Use C-comment style

This commit is contained in:
retro-wertz
2017-10-15 03:13:11 +08:00
parent ebca2248d0
commit 52c8155dee
33 changed files with 441 additions and 408 deletions

View File

@@ -85,12 +85,13 @@ typedef struct {
int SoundVolume;
int GameGenie;
// Current first and last rendered scanlines.
/* Current first and last rendered scanlines. */
int FirstSLine;
int LastSLine;
// Driver code(user)-specified first and last rendered scanlines.
// Usr*SLine[0] is for NTSC, Usr*SLine[1] is for PAL.
/* Driver code(user)-specified first and last rendered scanlines.
* Usr*SLine[0] is for NTSC, Usr*SLine[1] is for PAL.
*/
int UsrFirstSLine[2];
int UsrLastSLine[2];
int SnapName;