Syntax Correction

This commit is contained in:
Arthus Belliqueux 2020-12-22 11:21:49 +01:00 committed by GitHub
parent f820ca2281
commit 36c9ddf6c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,7 +67,7 @@ So, if you don't know it yet, the fun in PSX development is to be able to upload
This means that the data you'll use in your program ( graphics, sounds, etc.) will have to be embedded in your exe in a binary form,
as you won't be able to stream them from the serial port.
/Well technically you could load them in memory before uploading your exe or stream them from a cd, but let's keep things simple for now./
*Well technically you could load them in memory before uploading your exe or stream them from a cd, but let's keep things simple for now.*
With our setup, this is quite easy !