Use C-comment style
This commit is contained in:
@@ -31,8 +31,8 @@
|
||||
#include "video.c"
|
||||
#include "vsuni.c"
|
||||
|
||||
//#include "x6502.c"
|
||||
//#include "ines.c"
|
||||
//#include "unif.c"
|
||||
/* #include "x6502.c" */
|
||||
/* #include "ines.c" */
|
||||
/* #include "unif.c" */
|
||||
|
||||
#endif
|
||||
|
||||
@@ -216,7 +216,7 @@ typedef uint64_t uintmax_t;
|
||||
#ifndef WCHAR_MIN /* [ */
|
||||
# define WCHAR_MIN 0
|
||||
#endif /* WCHAR_MIN ] */
|
||||
#ifndef WCHAR_MAX // [
|
||||
#ifndef WCHAR_MAX /* [ */
|
||||
# define WCHAR_MAX _UI16_MAX
|
||||
#endif /* WCHAR_MAX ] */
|
||||
|
||||
|
||||
@@ -87,8 +87,6 @@ unsigned sndquality = 0;
|
||||
unsigned sndvolume = 150;
|
||||
unsigned swapDuty = 0;
|
||||
|
||||
static volatile int nofocus = 0;
|
||||
|
||||
static int32_t *sound = 0;
|
||||
static uint32_t JSReturn = 0;
|
||||
static uint32_t MouseData[3];
|
||||
|
||||
Reference in New Issue
Block a user