Commit Graph
16 Commits
Author SHA1 Message Date
The Dax 31d84c45fc Change some enumerator names. 2013-08-07 04:29:38 -04:00
The Dax 5301ddb82d Windows UI: Fix some UI bugs and move more magic numbers to an enumerator. 2013-08-07 04:29:37 -04:00
Unknown W. Brackets 97098f109a Use CommonWindows.h from Windows/ too.
Might as well.  Everything still builds fine.
2013-07-28 21:04:20 -07:00
The Dax 3aa04df23b Restructure the code slightly, make the old UI send a message to the emulator window to reflect the new logging status(to enable/disable the menu item, and possibly close the console), move the custom WM messages to an enum. 2013-07-27 20:47:06 -04:00
Kingcom 8955fedf44 Open directory as disc image 2013-07-23 17:24:33 +02:00
aquanull d489915d70 Fix menu command shortcut keys. 2013-05-13 16:33:06 +08:00
Unknown W. Brackets fd0a422d89 Actually respect autorun on Windows.
Fixes #1179.
2013-04-05 00:57:43 -07:00
Henrik Rydgard 724a600381 Buildfix android, misc other fixes, some include cleanup 2013-03-29 20:55:32 +01:00
Henrik Rydgard 6f7cc57f53 Win32: Add menu choice to open from memstick/PSP/GAME 2013-03-28 20:26:24 +01:00
Henrik Rydgard 883f61e3dd Savestates: Add quicksave/quickload. Add Android UI for savestates. All single slot for now. 2013-01-02 21:05:02 +01:00
Unknown W. Brackets 94969c4ead Add some basic Windows UI for save states. 2012-12-28 13:55:32 -08:00
Unknown W. Brackets d745bddc23 Enable a few command line switches on Windows. 2012-12-22 09:21:23 -08:00
jacky400 284597582c Update Windows/WndMainWindow.h 2012-12-05 14:32:32 +08:00
Diogo Franco (Kovensky) 6108e36ae9 Several fixes to build under stricter C++11
Add missing #include to various files.

strings.h isn't provided by MSVC so we don't include it there; it's needed
for other OSes/compilers.

Get rid of pre-ISO-C malloc.h includes; malloc is provided by stdlib.h.

Fixes some linuxisms.

Prepend __builtin_ to __clear_cache, calling it without the prefix is a
GNU extension.
2012-11-21 14:33:50 -03:00
Henrik Rydgard 9165c0b3a9 Add zoom setting to Windows version. Doesn't work while playing. 2012-11-17 17:46:05 +01:00
Henrik Rydgard 4f7ad15758 Add snapshot of the whole source code. 2012-11-01 16:19:01 +01:00