Jeffrey Pfau
|
e9b26dda08
|
FFmpeg resampling
|
2014-10-27 21:59:10 -07:00 |
Jeffrey Pfau
|
281f190ae6
|
Enhance usability and resiliency of ffmpeg encoder
|
2014-10-26 23:48:34 -07:00 |
Jeffrey Pfau
|
21ea47ea9e
|
Fix SDL2 library exporting
|
2014-10-26 02:04:24 -07:00 |
Jeffrey Pfau
|
8d002913f0
|
Fix windows build on case-sensitive filesystems
|
2014-10-26 02:03:07 -07:00 |
Jeffrey Pfau
|
a5b9faa88c
|
Fix savestate size on Windows
|
2014-10-25 18:52:16 -07:00 |
Jeffrey Pfau
|
f49ceb7e3b
|
Remove out-of-date comment
|
2014-10-25 18:10:15 -07:00 |
Jeffrey Pfau
|
fe3f01a5ae
|
Fix potential overflow in huffman decoding
|
2014-10-25 06:05:00 -07:00 |
Jeffrey Pfau
|
732e29e3c6
|
Fix argument number errors
|
2014-10-25 01:48:55 -07:00 |
Jeffrey Pfau
|
86003496b0
|
Handle out-of-bounds SRAM and ROM reads
|
2014-10-25 01:48:55 -07:00 |
Jeffrey Pfau
|
5450bd8d59
|
Force files into binary mode on Windows
|
2014-10-25 01:45:42 -07:00 |
Jeffrey Pfau
|
c7a1894a99
|
Fix pkg-config overwriting find_package results
|
2014-10-25 01:43:05 -07:00 |
Jeffrey Pfau
|
a265cf45a9
|
Fix build on Windows
|
2014-10-24 22:01:13 -07:00 |
Jeffrey Pfau
|
344364695e
|
Fix parsing of numbers starting with 0 (and disregarding octal)
|
2014-10-23 01:53:18 -07:00 |
Jeffrey Pfau
|
61915939b5
|
Log division by zero
|
2014-10-23 01:53:18 -07:00 |
Jeffrey Pfau
|
768316a8d3
|
Fix two small consistency issues
|
2014-10-23 01:53:18 -07:00 |
Jeffrey Pfau
|
d3b78b2fd2
|
Log level for SWI
|
2014-10-23 01:53:17 -07:00 |
Jeffrey Pfau
|
043bb75a6b
|
Use cleaner mechanism for checking the register list bits
|
2014-10-22 22:01:48 -07:00 |
Jeffrey Pfau
|
1619b760e1
|
Use better popcount than the GCC one...
|
2014-10-22 22:01:11 -07:00 |
Jeffrey Pfau
|
5340cb300b
|
Add more options to PGO
|
2014-10-22 22:00:19 -07:00 |
Jeffrey Pfau
|
eecf70ee58
|
Fix magic number for some games
|
2014-10-22 22:00:08 -07:00 |
Jeffrey Pfau
|
0050fb23c3
|
Use proper literal sizes for uint64_t
|
2014-10-22 00:47:32 -07:00 |
Jeffrey Pfau
|
f484ef9fa8
|
Fix timing on palette RAM and VRAM 32-bit load/stores
|
2014-10-21 23:42:24 -07:00 |
Jeffrey Pfau
|
a57312d0cc
|
Refine and reuse STM/LDM code
|
2014-10-21 23:31:49 -07:00 |
Jeffrey Pfau
|
9abe700d37
|
Use GCC popcount intrinsic for popcount
|
2014-10-21 22:51:39 -07:00 |
Jeffrey Pfau
|
537480b940
|
Load/Store multiple functions
|
2014-10-21 22:35:02 -07:00 |
Jeffrey Pfau
|
4bb8b7b1fd
|
Shutdown thread preemptively if the loaded file is not a ROM
|
2014-10-21 22:24:32 -07:00 |
Jeffrey Pfau
|
03b5e2d78e
|
Change the GBA magic to work on even improperly compiled ROMs
|
2014-10-21 22:17:52 -07:00 |
Jeffrey Pfau
|
8903d31458
|
Pepper logging throughout the savegame loading mechanism
|
2014-10-21 22:12:57 -07:00 |
Jeffrey Pfau
|
c52edab71a
|
Add override for NES classic series games
|
2014-10-21 22:10:20 -07:00 |
Jeffrey Pfau
|
b11528c69d
|
Prevent deinitializing savegame data when the data is not masked
|
2014-10-21 22:08:20 -07:00 |
Jeffrey Pfau
|
501b6b621c
|
Classic NES games jump to VRAM
|
2014-10-21 22:07:18 -07:00 |
Jeffrey Pfau
|
13e16d2e36
|
Actually set C flags properly now
|
2014-10-21 04:00:15 -07:00 |
Jeffrey Pfau
|
f7b1cee66e
|
Use branchType instead of branches in decoder for more expressive branch decoding
|
2014-10-21 00:45:06 -07:00 |
Jeffrey Pfau
|
e7bd5f9ade
|
Remove loop in DMA to find a value we already know
|
2014-10-19 23:30:10 -07:00 |
Jeffrey Pfau
|
d44bf73a81
|
Check if VFileOpen is actually passed a path before trying to open it
|
2014-10-19 21:13:32 -07:00 |
Jeffrey Pfau
|
ba5c77523d
|
Remove stale file
|
2014-10-19 18:56:55 -07:00 |
Jeffrey Pfau
|
10509fe69d
|
Fix objwin on objs when objs are off in winout
|
2014-10-19 06:24:09 -07:00 |
Jeffrey Pfau
|
f1afeae74c
|
Properly reset after loading BIOS
|
2014-10-19 05:41:35 -07:00 |
Jeffrey Pfau
|
29337a60b5
|
Mark DMA registers as special to keep loading them from messing up state
|
2014-10-19 05:19:19 -07:00 |
Jeffrey Pfau
|
6b382caa0f
|
Fix decoding of {STR/LDR}[B]T
|
2014-10-19 03:45:11 -07:00 |
Jeffrey Pfau
|
ca5f7a45ee
|
Move string utilities out to separate file (really fixing Linux build this time)
|
2014-10-19 03:01:26 -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
|
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
|
b24b02d46c
|
Screenshot numbering
|
2014-10-18 16:25:48 -07:00 |
Jeffrey Pfau
|
e3bfe86579
|
Disable drawing while the thread is shutting down
|
2014-10-18 04:10:34 -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
|
13a831d3b0
|
Add version string to command line arguments
|
2014-10-18 01:06:29 -07:00 |