The Dax
|
04837f7ba6
|
Remove redundant ifdef; we're already on Win32, so there's no need for them here.
|
2014-03-03 11:30:58 -05:00 |
|
The Dax
|
520eb5b012
|
Win32: On Optimus systems, use the NVidia GPU, not the IGP.
|
2014-03-03 11:26:27 -05:00 |
|
The Dax
|
62075a1e9b
|
Use a safer method of calling the DPI stuff.
|
2014-02-17 04:02:56 -05:00 |
|
The Dax
|
1b23c51a9f
|
Win32: Make PPSSPP DPI aware to avoid flickering in fullscreen on some PC hardware setups.
|
2014-02-17 03:39:24 -05:00 |
|
Unknown W. Brackets
|
2459f4e351
|
Avoid a char * for a constant string.
|
2014-02-15 01:56:27 -08:00 |
|
Unknown W. Brackets
|
d0d4e665d1
|
Clean up double creation of memory debugger.
|
2014-02-14 21:17:36 -08:00 |
|
Henrik Rydgård
|
ddaf60976c
|
Only apply the FMA3 workaround in x64.
http://connect.microsoft.com/VisualStudio/feedback/details/809664/the-crt-function-powf-will-crash-in-win8-1-pe
|
2014-02-13 16:02:10 +01:00 |
|
Henrik Rydgård
|
5850514245
|
Work around VS2013 CRT bug that affects Vista and Win7 RTM.
|
2014-02-13 15:57:36 +01:00 |
|
The Dax
|
7efaadaf3c
|
Win32: Add a command-line option to let the escape button exit the emulator.
|
2014-02-07 16:46:40 -05:00 |
|
Henrik Rydgard
|
6e47401baf
|
Fix headless build
|
2013-12-08 11:47:41 +01:00 |
|
Sacha
|
a0c5af288c
|
Add InputBox as a platform-specific system function instead of a host function. Enable it on all Qt platforms. Add Set Nickname to mobile Qt.
|
2013-12-08 20:16:34 +10:00 |
|
Henrik Rydgard
|
32f479b0a6
|
Assorted log spam reductions.
Also let Java know of some important events. Not used for anything yet.
|
2013-12-04 17:43:00 +01:00 |
|
The Dax
|
563ab40cd5
|
Remove include.
|
2013-11-12 18:41:22 -05:00 |
|
Sacha
|
91ddddc2ef
|
Remove unused Thread.{cpp,h}
|
2013-11-13 02:50:46 +10:00 |
|
Henrik Rydgard
|
66e210315b
|
Fix keyboard focus issue on Windows
|
2013-10-16 17:20:32 +02:00 |
|
Unknown W. Brackets
|
77913c2d56
|
Don't flash open the console when disabled.
|
2013-10-15 22:27:03 -07:00 |
|
The Dax
|
6efd5b33f7
|
We don't really need DIRECTORY_FLASH0 or DIRECTORY_MEMSTICK.
|
2013-10-15 03:41:10 -04: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 |
|
Unknown W. Brackets
|
03c4808264
|
Don't show the console by default in Release.
|
2013-10-13 12:27:05 -07:00 |
|
The Dax
|
7000b63082
|
When using a debug build, always show the debug log/enable logging on start.
|
2013-10-13 14:31:48 -04:00 |
|
Unknown W. Brackets
|
79143b56d2
|
Allow config files to be placed under the memstick.
This way, they can be configured more easily on Android, etc.
|
2013-10-12 16:02:03 -07:00 |
|
Unknown W. Brackets
|
f701f0c347
|
Windows buildfix.
|
2013-10-10 08:00:15 -07:00 |
|
The Dax
|
b479769002
|
Detect x86 properly.
|
2013-10-09 17:40:13 -04:00 |
|
The Dax
|
70804ae697
|
System Info: Detect system architecture(e.g. ARM, x86, x64) on Windows as well.
|
2013-10-09 17:17:28 -04:00 |
|
The Dax
|
7883a89c00
|
Remove unused variable.
|
2013-10-09 13:17:56 -04:00 |
|