Jeffrey Pfau
|
2c74cb46ab
|
Ensure savestate window closes when a game is shut down
|
2014-10-18 04:12:44 -07:00 |
|
Jeffrey Pfau
|
dbe5e7e2a5
|
Only blank cursor for Display widget, even when in full screen
|
2014-10-18 03:40:26 -07:00 |
|
Jeffrey Pfau
|
4b7883e1fd
|
Add command line parsing to Qt frontend
|
2014-10-18 01:54:51 -07:00 |
|
Jeffrey Pfau
|
fb5f01e46a
|
Show project name and game title in title bar
|
2014-10-18 01:07:42 -07:00 |
|
Jeffrey Pfau
|
d0b63162d5
|
Add exit menu item on non-OS X
|
2014-10-18 00:42:35 -07:00 |
|
Jeffrey Pfau
|
62a0447cc9
|
Draw logo when a game is not loaded
|
2014-10-17 01:45:34 -07:00 |
|
Jeffrey Pfau
|
a6f5bbbeb9
|
Redo background texturing
|
2014-10-17 00:53:34 -07:00 |
|
Jeffrey Pfau
|
1d00ccf6dd
|
Show savestate manager over game when in fullscreen
|
2014-10-16 01:52:45 -07:00 |
|
Jeffrey Pfau
|
f49494cd1d
|
Don't open a new state window if one is already open
|
2014-10-16 00:28:41 -07:00 |
|
Jeffrey Pfau
|
e2de508b99
|
Quick savestate menu
|
2014-10-15 23:53:01 -07:00 |
|
Jeffrey Pfau
|
be9363b7f4
|
Set real size to minimum for display
|
2014-10-15 23:42:24 -07:00 |
|
Jeffrey Pfau
|
6afc00b472
|
Move state loading/storing into GameController
|
2014-10-15 23:22:30 -07:00 |
|
Jeffrey Pfau
|
ad37ae3d61
|
Only unpause after savestate window if the game was not previously paused
|
2014-10-15 23:09:50 -07:00 |
|
Jeffrey Pfau
|
cd8b1e56db
|
Pause game while savestate window is open
|
2014-10-15 23:06:23 -07:00 |
|
Jeffrey Pfau
|
ca128a97ea
|
Make Display take a QGLFormat
|
2014-10-15 04:48:59 -07:00 |
|
Jeffrey Pfau
|
fdf2ce299c
|
Add savestate load/saving in Qt frontend
|
2014-10-14 23:15:15 -07:00 |
|
Jeffrey Pfau
|
51a6371eef
|
Close LogView if the main window closes
|
2014-10-14 01:58:36 -07:00 |
|
Jeffrey Pfau
|
78759dc12e
|
Fix QAction ownership
|
2014-10-14 01:57:49 -07:00 |
|
Jeffrey Pfau
|
fa255dc808
|
Start of log view
|
2014-10-13 02:24:54 -07:00 |
|
Jeffrey Pfau
|
08fee36c20
|
Window resizing options
|
2014-07-22 03:26:16 -07:00 |
|
Jeffrey Pfau
|
d020bf4f0a
|
Add FPS target options
|
2014-07-22 03:14:28 -07:00 |
|
Jeffrey Pfau
|
0717e4ab76
|
Use lambda syntax for audio buffer size slots
|
2014-07-22 02:33:01 -07:00 |
|
Jeffrey Pfau
|
a7588f25bb
|
Sync pause setting with the menu properly
|
2014-07-22 02:22:03 -07:00 |
|
Jeffrey Pfau
|
8ff6d77869
|
Make shutdown disabled when a game is not running
|
2014-07-22 00:43:53 -07:00 |
|
Jeffrey Pfau
|
6403d531bd
|
Add reset option and reshuffle menu items a bit
|
2014-07-22 00:40:42 -07:00 |
|
Jeffrey Pfau
|
71211bac46
|
Add sound buffer resizing menu options
|
2014-07-22 00:32:38 -07:00 |
|
Jeffrey Pfau
|
62f6471c0d
|
Move AudioThread into AudioProcessor, run in its own thread
|
2014-07-22 00:10:38 -07:00 |
|
Jeffrey Pfau
|
489b932c52
|
Header include cleanup
|
2014-07-20 20:28:01 -07:00 |
|
Jeffrey Pfau
|
6d12ef81a5
|
Reuse an audio thread instead of shutting it down and making a new one
|
2014-02-03 01:13:52 -08:00 |
|
Jeffrey Pfau
|
186e0b1ee5
|
GBA thread can be shut down and opened again, cleanly
|
2014-02-03 00:44:19 -08:00 |
|
Jeffrey Pfau
|
9f3cf19c2d
|
Add missing ellipses for menu items that open windows
|
2014-02-02 04:01:41 -08:00 |
|
Jeffrey Pfau
|
1a7656fe36
|
Support creating the GDB stub in Qt
|
2014-02-01 20:47:44 -08:00 |
|
Jeffrey Pfau
|
6834401e67
|
Close process cleanly
|
2014-01-30 04:00:52 -08:00 |
|
Jeffrey Pfau
|
6407ad3adc
|
Video drawing in separate thread
|
2014-01-30 04:00:30 -08:00 |
|
Jeffrey Pfau
|
2f98f542e5
|
Add frame advance
|
2014-01-29 23:58:57 -08:00 |
|
Jeffrey Pfau
|
1eeeb36015
|
Add emulation menu with Pause option
|
2014-01-29 23:39:24 -08:00 |
|
Jeffrey Pfau
|
a076e88bb5
|
Ditch uic
|
2014-01-29 23:14:23 -08:00 |
|
Jeffrey Pfau
|
3d339b1327
|
Key input
|
2014-01-29 23:14:23 -08:00 |
|
Jeffrey Pfau
|
98c9121ac2
|
Move audio initialization into thread
|
2014-01-29 23:14:23 -08:00 |
|
Jeffrey Pfau
|
0ca3afa3e6
|
Run audio on separate thread
|
2014-01-29 23:14:23 -08:00 |
|
Jeffrey Pfau
|
baeaf8729f
|
Audio rendering in Qt
|
2014-01-29 23:14:23 -08:00 |
|
Jeffrey Pfau
|
4659635fb5
|
Start Qt frontend
|
2014-01-29 23:14:23 -08:00 |
|