Commit Graph

1827 Commits

Author SHA1 Message Date
Jeffrey Pfau
a000f219db GBA: Move A/V stream interface into core 2015-03-08 22:51:41 -07:00
Jeffrey Pfau
cf71d39bf0 Libretro: Add initial libretro version 2015-03-08 22:51:40 -07:00
Jeffrey Pfau
eb21dd722f GBA: Move logging construct into GBA struct 2015-03-08 22:51:40 -07:00
Jeffrey Pfau
3f9abf2b05 SDL: Reserve correct number of bytes for video buffer allocation 2015-03-08 22:45:40 -07:00
Jeffrey Pfau
9a76ba6b43 Video: Fix warnings in ImageMagick 2015-03-08 22:27:18 -07:00
Jeffrey Pfau
06a0399186 Qt: Fix 15- and 16-bit modes in Qt port 2015-03-08 20:33:06 -07:00
Jeffrey Pfau
5feec0317f Video: Fix FFmpeg encoder support for 15- and 16-bit video pixel formats 2015-03-08 20:33:06 -07:00
Jeffrey Pfau
2a6ff14a3b GBA: Fix crash if no components are defined 2015-03-06 22:19:09 -08:00
Jeffrey Pfau
6835ac8a81 GBA: Better const correctness for serialization 2015-03-06 22:19:08 -08:00
Jeffrey Pfau
826569fdf7 GBA BIOS: Fix BIOS decompression routines with invalid source addresses 2015-03-06 22:18:27 -08:00
Jeffrey Pfau
e61d413d69 Util: VFile backed by memory 2015-03-05 18:44:28 -08:00
Jeffrey Pfau
9adfcad1b5 Util: Cleanup of VFileZip and VFile7z 2015-03-05 18:40:33 -08:00
Jeffrey Pfau
a268d462c0 GBA RR: Add VBM parser, for comparing VBA sync 2015-03-05 14:25:35 -08:00
Jeffrey Pfau
f69d9db9d4 GBA RR: Add way to play movies from startup 2015-03-05 14:10:23 -08:00
Jeffrey Pfau
bb77d278dd GBA RR: Modularize RR 2015-03-05 00:32:49 -08:00
Jeffrey Pfau
95e4820743 SDL: Remove RR functions 2015-03-05 00:22:57 -08:00
Jeffrey Pfau
e810f1b9f0 GBA Video: Clear video buffer when starting 2015-03-03 21:18:53 -08:00
Jeffrey Pfau
0ab8cfe6ad Util: Fix SocketPoll on pthreads 2015-03-03 03:07:04 -08:00
Jeffrey Pfau
9273a4ca72 GBA SIO: Fix RCNT mode selection 2015-03-02 01:21:30 -08:00
Jeffrey Pfau
dcd2e3a64f GBA: Fix JOY_TRANS_HI register name 2015-03-02 01:21:30 -08:00
Jeffrey Pfau
31d39bbd1d Debugger: Fix software breakpoints not being properly initialized 2015-03-01 12:16:38 -08:00
Jeffrey Pfau
a7985c39ac Qt: Fix crash when loading a game after stopping GDB server 2015-02-28 15:28:34 -08:00
Jeffrey Pfau
9b8b56d701 GBA SIO: Fix writing to RCNT 2015-02-28 14:53:06 -08:00
Jeffrey Pfau
8112ffdabc GBA SIO: Properly deinitialize SIO 2015-02-27 01:13:59 -08:00
Jeffrey Pfau
a5a7ace86e GBA SIO: Fix RCNT reading for mode 2015-02-27 01:13:59 -08:00
Jeffrey Pfau
bb05764cd5 GBA SIO: Update timings based on observation 2015-02-24 01:14:46 -08:00
Jeffrey Pfau
29e118b512 Util: Fix C++ build for Win32 2015-02-24 00:02:24 -08:00
Jeffrey Pfau
a0b94db9a7 All: Fix *nix build 2015-02-23 23:49:40 -08:00
Jeffrey Pfau
5d1b05c990 Debugger: Use new SocketWouldBlock layer 2015-02-23 23:29:01 -08:00
Jeffrey Pfau
c73ea2e595 Util: Fix sockets on Windows 2015-02-23 23:29:01 -08:00
Jeffrey Pfau
1ff9968a90 Qt: Draw frame even if it times out 2015-02-22 22:14:26 -08:00
Jeffrey Pfau
afbadf242b Qt: Copy state from old audio processor to new 2015-02-22 21:17:41 -08:00
Jeffrey Pfau
27c4308ef5 Debugger: Add CLI function for writing a register 2015-02-22 17:33:35 -08:00
Jeffrey Pfau
c1261a5b74 GBA: Remove struct partial initialization for structs that are initialized later 2015-02-22 02:42:08 -08:00
Jeffrey Pfau
22f4b1fef9 All: Set RPATH appropriately (why is this not the default?) 2015-02-22 02:16:58 -08:00
Jeffrey Pfau
b2ed141cea GBA Video: Allow negative output stride 2015-02-22 01:53:12 -08:00
Jeffrey Pfau
0209381d11 SDL: Fix some warnings in sw-sdl.c 2015-02-22 01:51:44 -08:00
Jeffrey Pfau
d497cecfd1 Util: Add header for ARM util functions 2015-02-22 01:47:23 -08:00
Jeffrey Pfau
f51044e94c Util: Attempt to fix erroneous clobber warning 2015-02-22 01:32:02 -08:00
Jeffrey Pfau
815e4d5b0d Qt: Use latest cheat set for set properties 2015-02-22 00:35:10 -08:00
Jeffrey Pfau
097feb0a55 GBA Thread: Increase frame timeout 2015-02-22 00:35:10 -08:00
Jeffrey Pfau
09f8c4977b GBA Video: Squelch OBJWIN warnings 2015-02-21 19:07:40 -08:00
Jeffrey Pfau
8a082312e6 All: Update readme with more recent information 2015-02-21 17:03:13 -08:00
Jeffrey Pfau
76c7aacab0 All: Clarify *nix installation for Linux 2015-02-21 16:33:15 -08:00
Jeffrey Pfau
407b0537d6 Qt: Add bps to the list of patch formats 2015-02-21 11:35:48 -08:00
Jeffrey Pfau
f646be0472 Qt: Fix patch loading while a game is running 2015-02-21 11:35:36 -08:00
Jeffrey Pfau
d9ad68bad6 GBA: Re-add idle loops that got merged out 2015-02-21 11:13:46 -08:00
Jeffrey Pfau
874da59602 Merge branch 'optimization/idle-loops' 2015-02-21 11:11:48 -08:00
Jeffrey Pfau
d4d42a2eee GBA BIOS: Fix more potential regressions with signed 16-bit loads 2015-02-21 11:01:08 -08:00
Jeffrey Pfau
01f7036401 GBA BIOS: Fix some regressions regarding signed 16-bit loads (fixes #196) 2015-02-21 10:58:24 -08:00