Leon Styhre
|
88a5962926
|
Changed '#ifdef' to '#if defined()' throughout the code.
|
2020-08-23 17:04:30 +02:00 |
|
Leon Styhre
|
8fcb56cfb3
|
Made game launching on Windows much more seamless.
Also added an option to hide the taskbar.
|
2020-07-18 13:21:44 +02:00 |
|
Leon Styhre
|
5a7fb828a6
|
Added proper error handling for resource files and improved overall logging.
|
2020-07-08 17:01:47 +02:00 |
|
Leon Styhre
|
2bea3021c3
|
Added proper emulator launch function for Windows and added logic for the new %EMUPATH% variable.
|
2020-07-07 21:27:48 +02:00 |
|
Leon Styhre
|
76aa239855
|
Initial update to make the application build and run on Windows.
Much more work will be needed to get the Windows port working properly.
|
2020-07-03 20:23:51 +02:00 |
|
Leon Styhre
|
67aa6b3dbd
|
Huge code cleanup and code documentation update.
Includes lots of conversions from tabs to spaces. Only cosmetic code changes in this commit.
|
2020-06-21 14:25:28 +02:00 |
|
Leon Styhre
|
49161df0e6
|
Renamed platform.cpp/platform.h to Platform.cpp/Platform.h
The naming convention for the rest of the application is to start the file names with a capital letter.
|
2020-06-21 12:26:21 +02:00 |
|