Jeffrey Pfau
|
02116415d1
|
Unload patch after the end of the game
|
2014-10-24 02:25:18 -07:00 |
Jeffrey Pfau
|
26c1b3c6c9
|
Patch menu
|
2014-10-24 02:23:48 -07:00 |
Jeffrey Pfau
|
a2ee0c20dc
|
Fix filename getting deleted early
|
2014-10-24 02:23:37 -07:00 |
Jeffrey Pfau
|
397ddafdd2
|
Game resets when loading a patch or BIOS
|
2014-10-24 01:57:18 -07:00 |
Jeffrey Pfau
|
422e2e2f62
|
Move screen widget to its own class, allowing for a size hint
|
2014-10-24 01:47:12 -07:00 |
Jeffrey Pfau
|
6041bf422a
|
Load patch from command line
|
2014-10-24 01:25:06 -07:00 |
Jeffrey Pfau
|
bfa5fb6173
|
Merge branch 'master' into qt
|
2014-10-19 01:17:09 -07:00 |
Jeffrey Pfau
|
e956ad3f2f
|
Fix build on Linux
|
2014-10-19 01:17:04 -07:00 |
Jeffrey Pfau
|
894cc3783b
|
*Wait -> bool
|
2014-10-19 01:13:55 -07:00 |
Jeffrey Pfau
|
05ec732a83
|
Add turbo
|
2014-10-19 01:10:00 -07:00 |
Jeffrey Pfau
|
24094ecdf0
|
Make audo/video sync adjustable externally
|
2014-10-19 00:50:23 -07:00 |
Jeffrey Pfau
|
ad12bdde9d
|
Move savestates to file menu
|
2014-10-19 00:39:24 -07:00 |
Jeffrey Pfau
|
e7bf4388a4
|
Merge branch 'master' into qt
|
2014-10-19 00:30:27 -07:00 |
Jeffrey Pfau
|
0a946a0b43
|
Don't wait on for a frame if we already have any pending
|
2014-10-19 00:30:07 -07:00 |
Jeffrey Pfau
|
65be8610f3
|
Unblock audio processing when reducing buffer size
|
2014-10-19 00:13:34 -07:00 |
Jeffrey Pfau
|
8aa5880afd
|
Support FileOpen events on OS X
|
2014-10-18 23:18:08 -07:00 |
Jeffrey Pfau
|
8fc3ef27ad
|
Don't initialize SDL video in Qt port
|
2014-10-18 23:16:13 -07:00 |
Jeffrey Pfau
|
e84727c94b
|
Load BIOS from menu
|
2014-10-18 17:21:05 -07:00 |
Jeffrey Pfau
|
54be75bb92
|
Load BIOS from command line
|
2014-10-18 17:15:39 -07:00 |
Jeffrey Pfau
|
23592af3cc
|
Add screenshot support
|
2014-10-18 16:37:05 -07:00 |
Jeffrey Pfau
|
b24b02d46c
|
Screenshot numbering
|
2014-10-18 16:25:48 -07:00 |
Jeffrey Pfau
|
9efd8f2452
|
Close the savestate window, not just hiding it, when we shut things down
|
2014-10-18 05:07:45 -07:00 |
Jeffrey Pfau
|
e2901db7c1
|
Unmark the Qt frontend as a separate project
|
2014-10-18 04:39:44 -07:00 |
Jeffrey Pfau
|
2627d1c768
|
Mark Qt frontend as C++
|
2014-10-18 04:33:46 -07:00 |
Jeffrey Pfau
|
bfb986b974
|
Make logo scaled to the correct device pixel ratio
|
2014-10-18 04:33:30 -07:00 |
Jeffrey Pfau
|
711231add6
|
Add custom plist.info.in file
|
2014-10-18 04:33:09 -07:00 |
Jeffrey Pfau
|
2c74cb46ab
|
Ensure savestate window closes when a game is shut down
|
2014-10-18 04:12:44 -07:00 |
Jeffrey Pfau
|
e3bfe86579
|
Disable drawing while the thread is shutting down
|
2014-10-18 04:10:34 -07:00 |
Jeffrey Pfau
|
e2812b30b2
|
Remove code that expects the GBA thread to still be around after it has ended
|
2014-10-18 04:09:49 -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
|
8e4a3439c0
|
Fix threading issues with the video thread and the main thread deadlocking
|
2014-10-18 02:26:32 -07:00 |
Jeffrey Pfau
|
f1de3d603a
|
Merge branch 'master' into qt
|
2014-10-18 02:24:05 -07:00 |
Jeffrey Pfau
|
4d9c375f0e
|
If video sync is suspended, do not wait
|
2014-10-18 02:23:54 -07:00 |
Jeffrey Pfau
|
c0d1ca089c
|
Expose GBASync{Suspend/Resume}Drawing
|
2014-10-18 02:08:20 -07:00 |
Jeffrey Pfau
|
4b7883e1fd
|
Add command line parsing to Qt frontend
|
2014-10-18 01:54:51 -07:00 |
Jeffrey Pfau
|
acd0e58235
|
Add dirmode to Qt frontend
|
2014-10-18 01:54:35 -07:00 |
Jeffrey Pfau
|
c32122c153
|
Add slot for setting all the log levels at once
|
2014-10-18 01:40:44 -07:00 |
Jeffrey Pfau
|
093036db76
|
Detect Qt modules without hard-failing
|
2014-10-18 01:10:47 -07:00 |
Jeffrey Pfau
|
fb5f01e46a
|
Show project name and game title in title bar
|
2014-10-18 01:07:42 -07:00 |
Jeffrey Pfau
|
c12b8e6e6d
|
Merge branch 'master' into qt
|
2014-10-18 01:06:35 -07:00 |
Jeffrey Pfau
|
13a831d3b0
|
Add version string to command line arguments
|
2014-10-18 01:06:29 -07:00 |
Jeffrey Pfau
|
1fcca799eb
|
Add GBAGetGameTitle
|
2014-10-18 01:06:17 -07:00 |
Jeffrey Pfau
|
2b012ef0bc
|
Remove unnecessary QFile object add zip loading
|
2014-10-18 00:51:47 -07:00 |
Jeffrey Pfau
|
d0b63162d5
|
Add exit menu item on non-OS X
|
2014-10-18 00:42:35 -07:00 |
Jeffrey Pfau
|
830e6dbda6
|
Write back to GBAThread.audioBuffers if not previously initialized
|
2014-10-17 23:41:03 -07:00 |
Jeffrey Pfau
|
0867325b96
|
Fix GBASyncProduceAudio signature
|
2014-10-17 23:40:39 -07:00 |
Jeffrey Pfau
|
1dbecb2c64
|
Initialize FIFO samples
|
2014-10-17 23:40:26 -07:00 |
Jeffrey Pfau
|
add64ce269
|
Initialize audio drift
|
2014-10-17 23:39:38 -07:00 |
Jeffrey Pfau
|
3bf43133cb
|
Replace soundbias with a bitfield
|
2014-10-17 03:26:47 -07:00 |
Jeffrey Pfau
|
62a0447cc9
|
Draw logo when a game is not loaded
|
2014-10-17 01:45:34 -07:00 |