Jeffrey Pfau
|
c1abe54ec9
|
Fix debuggers not logging
|
2014-09-01 02:05:37 -07:00 |
Jeffrey Pfau
|
be13627d37
|
Send correct signal back to gdb when stepping
|
2014-09-01 01:57:11 -07:00 |
Jeffrey Pfau
|
be46f2bac9
|
Fix frames redrawing in the middle of syncing
|
2014-09-01 00:52:16 -07:00 |
Jeffrey Pfau
|
4fb42d58b6
|
Clean up setting up vsync on SDL port
|
2014-09-01 00:51:45 -07:00 |
Jeffrey Pfau
|
2c5fd6acd5
|
HLE BIOS SVC handler stores r11 and r12 instead of r4 and r5
|
2014-08-31 04:20:40 -07:00 |
Jeffrey Pfau
|
8a6254cc73
|
Implement HFlip for 256 color partial tiles (fixes #39)
|
2014-08-31 04:19:13 -07:00 |
Jeffrey Pfau
|
610982fdcf
|
Add makefile for regenerating hle-bios.c so I can stop doing it by hand
|
2014-08-30 04:25:20 -07:00 |
Jeffrey Pfau
|
9a87840e7e
|
Add invalid commands to the CLI debugger history instead of discarding them
|
2014-08-30 04:02:19 -07:00 |
Jeffrey Pfau
|
e6148ddb13
|
Add p/t to CLI debugger
|
2014-08-30 04:00:17 -07:00 |
Jeffrey Pfau
|
383c630891
|
Selectable disassemble modes in CLI debugger (fixes #113)
|
2014-08-30 03:48:14 -07:00 |
Jeffrey Pfau
|
d41b8c5df6
|
Fix uninitialized memory for OAM count
|
2014-08-30 01:26:33 -07:00 |
Jeffrey Pfau
|
cdd6d5a815
|
Initialize previous uninitialzed audio channel members
|
2014-08-29 02:39:01 -07:00 |
Jeffrey Pfau
|
270c09c26e
|
Fix palette pointer in GBALoad8
|
2014-08-29 02:31:15 -07:00 |
Jeffrey Pfau
|
a825c6e4a6
|
Use bitshift instead of bitmask for determining load/store region
|
2014-08-29 01:58:39 -07:00 |
Jeffrey Pfau
|
1e1b0fc89e
|
Check active region instead of pc for BIOS loads
|
2014-08-29 01:46:46 -07:00 |
Jeffrey Pfau
|
6cff3d423e
|
Remove unnecessarily duplicated code in ARMStep
|
2014-08-29 01:41:32 -07:00 |
Jeffrey Pfau
|
4d2ccd5df4
|
Add busy loop optimization back
|
2014-08-29 00:35:43 -07:00 |
Jeffrey Pfau
|
5002cf44f4
|
Fix savestate loading after prefetch changes
|
2014-08-29 00:34:12 -07:00 |
Jeffrey Pfau
|
baa71027e3
|
Reimplement prefetch, temporarily removing busy loop optimization
|
2014-08-28 05:45:37 -07:00 |
Jeffrey Pfau
|
ca3e1c428e
|
Add missing newline in perf usage
|
2014-08-28 05:11:16 -07:00 |
Jeffrey Pfau
|
433f0ba360
|
Tighter looping for ARMRun
|
2014-08-28 05:00:38 -07:00 |
Jeffrey Pfau
|
61c410154f
|
Use older const png_bytep instead of png_const_bytep
|
2014-08-15 01:54:13 -07:00 |
Jeffrey Pfau
|
30fa9d8675
|
Remove prototype for removed function
|
2014-08-12 23:23:14 -07:00 |
Jeffrey Pfau
|
94d091b6ed
|
Use DualShock 3 button mapping for now
|
2014-08-12 23:19:13 -07:00 |
Jeffrey Pfau
|
2805cc5fea
|
Fix gamepad input
|
2014-08-12 22:50:24 -07:00 |
Jeffrey Pfau
|
9ac58c6996
|
Rename project to mGBA
|
2014-08-12 22:28:39 -07:00 |
Jeffrey Pfau
|
d7968ccc0d
|
Merge branch 'ffmpeg'
|
2014-08-12 22:28:13 -07:00 |
Jeffrey Pfau
|
9ed4fad33c
|
Add library versions and installation targets
|
2014-08-12 22:18:06 -07:00 |
Jeffrey Pfau
|
09c49d5f3b
|
Clean up list usage in CMakeLists
|
2014-08-12 22:06:31 -07:00 |
Jeffrey Pfau
|
e88aed2597
|
Detect libedit
|
2014-08-12 22:02:34 -07:00 |
Jeffrey Pfau
|
4fe48ad820
|
Detect libedit
|
2014-08-12 21:58:48 -07:00 |
Jeffrey Pfau
|
43de75c973
|
Detect libPNG and zlib
|
2014-08-12 21:53:32 -07:00 |
Jeffrey Pfau
|
408223cfef
|
External support for changing codecs in FFmpeg encoder
|
2014-08-12 02:11:43 -07:00 |
Jeffrey Pfau
|
11c00d8958
|
Use FFV1 for reduced filesize
|
2014-08-09 04:17:34 -07:00 |
Jeffrey Pfau
|
88695a5ab1
|
Rough FFmpeg video encoder
|
2014-08-09 03:59:31 -07:00 |
Jeffrey Pfau
|
6291a62860
|
Fix stream recording resumption
|
2014-08-07 02:01:17 -07:00 |
Jeffrey Pfau
|
484a7f299a
|
Add rerecord count
|
2014-08-07 01:13:50 -07:00 |
Jeffrey Pfau
|
e732448aa4
|
Write full finalization data when stopping recording
|
2014-08-07 01:13:34 -07:00 |
Jeffrey Pfau
|
a4cd807b70
|
Fix writing max strem ID in RR metadata
|
2014-08-07 01:13:03 -07:00 |
Jeffrey Pfau
|
ba993980dc
|
Big cleanup to how RR handles separate segments, and adding lots of logging (fixes #106)
|
2014-08-07 00:24:25 -07:00 |
Jeffrey Pfau
|
f005326800
|
Add backslash as another frame advance key
|
2014-08-07 00:23:05 -07:00 |
Jeffrey Pfau
|
06da7fcb09
|
Fix rr writing to the wrong file
|
2014-08-06 21:57:35 -07:00 |
Jeffrey Pfau
|
0389237fc6
|
Loading savestates now changes the active branch
|
2014-08-05 23:52:08 -07:00 |
Jeffrey Pfau
|
5ee336d274
|
Fix masking savegames so it can write to a masked savegame
|
2014-08-04 23:46:33 -07:00 |
Jeffrey Pfau
|
82b31c46f1
|
RR starting from savegame (currently broken) and savestate
|
2014-08-04 23:37:37 -07:00 |
Jeffrey Pfau
|
86a2edbdf1
|
Save/load state with file parameter
|
2014-08-04 22:40:11 -07:00 |
Jeffrey Pfau
|
d979e04606
|
Unmask savedata if reseting while a movie is not recording or replaying
|
2014-08-04 22:24:43 -07:00 |
Jeffrey Pfau
|
f8fff828e3
|
Start working on ability to bundle save data with movies
|
2014-08-04 01:11:46 -07:00 |
Jeffrey Pfau
|
220d836f13
|
Save initialization type and metadata magic number
|
2014-08-04 00:54:50 -07:00 |
Jeffrey Pfau
|
ff200093ca
|
Fix crashing when trying to start recording while recording
|
2014-08-03 20:19:19 -07:00 |