Jeffrey Pfau
|
8c02615593
|
Name slots more predictably
|
2014-10-15 23:26:46 -07:00 |
Jeffrey Pfau
|
69d041d373
|
VFile write should use const void*
|
2014-10-15 04:55:46 -07:00 |
Jeffrey Pfau
|
18e67378fe
|
C++ build fixes
|
2014-10-15 04:55:46 -07:00 |
Jeffrey Pfau
|
65ce79c611
|
Expose GBAGetState
|
2014-10-15 04:55:46 -07:00 |
Jeffrey Pfau
|
0d1b323e22
|
Fix edge case with video-frame sync where it may never wake up the display thread
|
2014-10-15 04:51:19 -07:00 |
Jeffrey Pfau
|
70f94db208
|
Fix some uninitialized reads
|
2014-10-15 02:13:46 -07:00 |
Jeffrey Pfau
|
4cf5b533fb
|
Fix overlooked crc32 call
|
2014-10-15 02:13:34 -07:00 |
Jeffrey Pfau
|
38187bac7a
|
Rename crc32 to doCrc32 to avoid symbol naming conflicts
|
2014-10-15 01:41:50 -07:00 |
Jeffrey Pfau
|
24c826e5b1
|
Don't log everything to the log handler when that log level is disabled
|
2014-10-12 19:43:19 -07:00 |
Jeffrey Pfau
|
4247db81e4
|
Split out macros from common.h
|
2014-10-11 18:18:47 -07:00 |
Jeffrey Pfau
|
4ecdcf25f5
|
Disable blending in backgrounds when unnecessary
|
2014-10-11 16:01:26 -07:00 |
Jeffrey Pfau
|
bbcf161fec
|
Fix warning about exceeding bounds of array
|
2014-10-11 15:49:45 -07:00 |
Jeffrey Pfau
|
2bca4c399b
|
Fix assumption that savedata->vf is non-null within flash memory code
|
2014-10-11 15:46:59 -07:00 |
Jeffrey Pfau
|
d87081e6bc
|
Log if a game crashes
|
2014-10-10 22:54:04 -07:00 |
Jeffrey Pfau
|
2a6d106ebd
|
Use command line options for renderer, too
|
2014-10-10 22:52:49 -07:00 |
Jeffrey Pfau
|
435edc8017
|
Prefix completion
|
2014-10-10 03:27:10 -07:00 |
Jeffrey Pfau
|
ab904f2cfd
|
Don't tab complete null
|
2014-10-10 03:22:44 -07:00 |
Jeffrey Pfau
|
ef6e1f9e74
|
Fix tab-completing past the end of the completions list
|
2014-10-10 02:56:13 -07:00 |
Jeffrey Pfau
|
0b736c9cc8
|
Add disassemble alias
|
2014-10-10 02:50:09 -07:00 |
Jeffrey Pfau
|
be82f04618
|
Print address alongside disassembled instructions
|
2014-10-10 02:45:57 -07:00 |
Jeffrey Pfau
|
6aee0693ec
|
Add support for 0b-style literals
|
2014-10-10 02:38:05 -07:00 |
Jeffrey Pfau
|
fd1128f90a
|
Fix 0 not being recognized as a valid token
|
2014-10-10 02:33:50 -07:00 |
Jeffrey Pfau
|
e293134a78
|
Unify optional directory file opening
|
2014-10-09 23:55:02 -07:00 |
Jeffrey Pfau
|
747e30c5e1
|
Fix perf-main parsing when errno is not cleared
|
2014-10-09 03:43:51 -07:00 |
Jeffrey Pfau
|
8ae1a3a3a3
|
Use bitfield for BIOS Huffman nodes
|
2014-10-09 03:02:35 -07:00 |
Jeffrey Pfau
|
f9e79a1a42
|
Tweak perf settings to run a more abridged version
|
2014-10-09 02:47:06 -07:00 |
Jeffrey Pfau
|
cc255b794b
|
Make path absolute in perf.py
|
2014-10-09 01:53:47 -07:00 |
Jeffrey Pfau
|
562a33d98b
|
Inherit LD_LIBRARY_PATH in subprocess
|
2014-10-09 01:36:08 -07:00 |
Jeffrey Pfau
|
dbd939022c
|
Simple profiling script for outputing CSV batches
|
2014-10-09 01:00:40 -07:00 |
Jeffrey Pfau
|
59f1018dd2
|
Speculative fixes for SDL fallback and failing configuring
|
2014-10-08 04:48:23 -07:00 |
Jeffrey Pfau
|
c7bb9618a0
|
Mark project as C
|
2014-10-08 04:47:56 -07:00 |
Jeffrey Pfau
|
dda454c9a2
|
Fix libedit in CMakeLists
|
2014-10-08 03:49:48 -07:00 |
Jeffrey Pfau
|
0890d21645
|
Fix types for some LP64 systems
|
2014-10-08 01:16:50 -07:00 |
Jeffrey Pfau
|
b12f7a136e
|
Fix printf format string to use unsigned instead of signed
|
2014-10-08 01:04:19 -07:00 |
Jeffrey Pfau
|
0b91681b2a
|
Remove bad AFTER keyword in link_directories directive
|
2014-10-08 01:04:03 -07:00 |
Jeffrey Pfau
|
ef380f27d5
|
Fix outputing the right variable names in find_feature
|
2014-10-08 01:03:35 -07:00 |
Jeffrey Pfau
|
e65ef28486
|
Export all relevant pkg-config flags
|
2014-10-08 00:40:57 -07:00 |
Jeffrey Pfau
|
5333394755
|
Clean up CMakeFiles after adding find_feature
|
2014-10-08 00:30:36 -07:00 |
Jeffrey Pfau
|
fe9d476a77
|
Stop compile flags from stomping over itself
|
2014-10-07 23:56:29 -07:00 |
Jeffrey Pfau
|
7b4d4e438a
|
Don't look for a package when we don't need to
|
2014-10-07 02:54:05 -07:00 |
Jeffrey Pfau
|
bc2979679e
|
Write audio FIFO in discrete chunks to avoid ordering issues
|
2014-10-07 01:54:02 -07:00 |
Jeffrey Pfau
|
54bda1757e
|
Replace remaining bit-packed structs in audio with bitfields
|
2014-10-07 00:53:39 -07:00 |
Jeffrey Pfau
|
d2adc2449a
|
Replace sound channel bitpacked structs with bitfields
|
2014-10-07 00:36:07 -07:00 |
Jeffrey Pfau
|
ad7f1ae939
|
Fix build when PNG support is not enabled
|
2014-10-06 23:38:48 -07:00 |
Jeffrey Pfau
|
e9864cbc99
|
Add some missing usage documentation
|
2014-10-06 23:36:52 -07:00 |
Jeffrey Pfau
|
bac0d35034
|
Enhance perf-main with higher granularity output, optional parseable output and higher granularity duration setting
|
2014-10-06 23:32:26 -07:00 |
Jeffrey Pfau
|
32bc6750c1
|
Migrate mosaic to bitfields
|
2014-10-06 00:49:06 -07:00 |
Jeffrey Pfau
|
7d12de0cb9
|
Move BLDCNT definition from video-softare to gba-video
|
2014-10-06 00:37:08 -07:00 |
Jeffrey Pfau
|
abccc2d804
|
Fix USE_FFMPEG description: movies record input, videos record output
|
2014-10-06 00:30:11 -07:00 |
Jeffrey Pfau
|
8bbac2f512
|
Add __attribute__((unused)) to generated bitfield functions
|
2014-10-06 00:18:53 -07:00 |