Henrik Rydgard
|
b39206f922
|
Use the app cache directory on Android for the shader cache.
|
2016-01-17 22:15:23 +01:00 |
|
Henrik Rydgard
|
27c71aa340
|
Get rid of the unused "InstallID"
|
2016-01-17 15:46:15 +01:00 |
|
Henrik Rydgard
|
3398288bd0
|
Some cleanup around input_state
|
2016-01-01 14:40:18 +01:00 |
|
Henrik Rydgard
|
15de6e6b98
|
GraphicsContext: Abstract away things like swapbuffers etc before adding even more backends.
Needed to prevent clutter all over the codebase.
Does not go all the way yet, goal would be a common render loop between platforms but not there yet.
|
2016-01-01 14:40:16 +01:00 |
|
Henrik Rydgard
|
6cc7a85cde
|
Rename WndMainWindow to MainWindow
|
2015-09-19 13:14:05 +02:00 |
|
Henrik Rydgard
|
f3e0029285
|
Remove probably outdated and unnecessary color depth check
|
2015-08-26 23:56:38 +02:00 |
|
Henrik Rydgard
|
80e243655d
|
Win buildfix
|
2014-10-16 00:38:22 +02:00 |
|
Henrik Rydgård
|
9e8a448914
|
Update submodules, buildfix before merging the rest of the dualhead support pull requeset
|
2014-10-15 23:02:59 +02:00 |
|
sum2012
|
eded13a21d
|
Add more information for directx 9 error
|
2014-09-28 15:55:16 +08:00 |
|
Unknown W. Brackets
|
0039eab878
|
Offer to toggle graphics backends on any failure.
So, even if Direct3D 9 fails.
|
2014-09-26 21:20:51 -07:00 |
|
Henrik Rydgard
|
dda3ca3d5f
|
D3D9 init error reporting improved. Use "override" properly in Host.
|
2014-09-20 21:55:58 +02:00 |
|
The Dax
|
612cc37878
|
Fix a couple small style issues.
Trying to be consistent with the coding style..
|
2014-08-31 04:16:22 -04:00 |
|
The Dax
|
906396c602
|
GetWideCmdLine doesn't need to be exposed in the header anymore.
Also fix a warning.
|
2014-08-31 03:07:52 -04:00 |
|
The Dax
|
3590352429
|
Win32: Use wide strings to parse most command-line arguments.
Also do a tiny bit of cleanup in main.cpp (replacing strcmps with simple string equality checks).
|
2014-08-31 02:47:25 -04:00 |
|
Henrik Rydgard
|
92c3775d95
|
Start hooking up D3D
|
2014-08-22 20:55:04 +02:00 |
|
Henrik Rydgard
|
01cb22f16a
|
Windows: Add WM_CHAR input support (not used for anything yet).
Some unicode cleanup.
|
2014-06-29 23:30:40 +02:00 |
|
Henrik Rydgard
|
38609f3e6b
|
Cleam up thread names a bit, name the Main thread.
Also makes some logging VERBOSE.
|
2014-06-29 12:53:03 +02:00 |
|
Henrik Rydgard
|
6ec74ef99e
|
Be consistent about how we read and update the UI state variable
|
2014-06-22 09:57:01 +02:00 |
|
Unknown W. Brackets
|
d279dcd454
|
Fix renaming a function from disassembly.
|
2014-02-11 07:45:13 -08:00 |
|
Henrik Rydgard
|
c6caff61bf
|
Update native with buildfix. Fix some resizing issues.
|
2014-02-10 15:14:45 +01:00 |
|
Henrik Rydgard
|
4d00a9b4bc
|
Reduce use of display.h (dp_xres, dp_yres) now that uicontext has bounds
|
2014-02-10 12:44:36 +01:00 |
|
Unknown W. Brackets
|
80704d013e
|
Fix #5390, crash on Exit on Windows.
|
2014-02-09 17:35:43 -08:00 |
|
sum2012
|
abbbdb41b8
|
Change error string
|
2014-01-27 07:47:31 +08:00 |
|
sum2012
|
93cd5ecec3
|
Show warning instead of crash in windows non 32 bit colour
|
2014-01-27 07:36:39 +08:00 |
|
The Dax
|
c7bdeb3084
|
Eliminate GetSysDirectories and instead provide a new function: GetSysDirectory.
On Win32, call InitSysDirectories before the emuthread starts just to be safe.
|
2013-10-15 03:41:10 -04:00 |
|