zilmar
dba3b94dfb
[Glide64] Get Settings to be a class instead of a struct
2016-02-01 19:56:25 +11:00
d267a1b895
Include stdarg.h for va_start and va_end.
2016-01-28 15:07:00 -05:00
b759a60417
Include string.h where needed.
2016-01-28 15:00:13 -05:00
zilmar
d1bcbde69a
[Project64] Rename wxUint8 to uint8_t
2016-01-20 17:17:45 +11:00
zilmar
dae0c8827c
[Project64] Convert wxUint32 to uint32_t
2016-01-20 17:14:48 +11:00
zilmar
3d52a163cd
[Glide64] remove unused old code
...
bccb190988
2015-10-14 11:30:47 +11:00
zilmar
989c8cbc4d
use more widely used preprocessor defines for MinGW
...
The code still uses a lot of WIN32 preprocessor variables which aren't defined
in strict C++-11 mode. But the preprocessor variable _WIN32 seems to be defined
in all modes of MinGW
4d8c50a0db
2015-10-14 10:01:07 +11:00
zilmar
7561a65624
[Glide64] Remove space from filename to avoid confusion of build tools
...
a1b0c70492
2015-10-09 14:36:48 +11:00
zilmar
549e2f78fb
[Glide64] Other cleanups like changing __WINDOWS__ to WIN32
2015-10-09 14:36:30 +11:00
unknown
dbf981697e
line break consistency fix: Debugger.cpp
2015-03-11 17:13:15 -04:00
unknown
b5604955d2
move OpenGL error flag state debugging from Glide64 to Glitch64
...
Do not call glGetError within Glide64::UpdateScreen to check for GL errors generated from Glitch64 functions, as Glitch64 does all the OpenGL handling (even if it is statically linked) and contains code that could be called from a different thread than gfx spec function `UpdateScreen`.
2015-03-07 17:26:02 -05:00
unknown
a80fe0674f
should be able to debug OpenGL failures #ifndef _DEBUG now
2015-03-07 15:51:02 -05:00
unknown
cd2f90f35f
forgot to hit Ctrl+S to save latter half of the previous commit
2015-03-02 15:58:08 -05:00
unknown
a015fdc089
fixed legacy function input names if not compiling on Windows
2015-03-02 15:48:35 -05:00
unknown
c2d08d61dc
new function for debugging OpenGL state machine faults in Glitch64
2015-03-02 15:23:26 -05:00
zilmar
5d4340d2e5
Add Glide64 plugin
2013-04-05 08:22:19 +11:00