Commit Graph

2526 Commits

Author SHA1 Message Date
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 618092a5f6 GBA SIO: Fix lockstep barrier 2015-03-01 15:53:09 -08:00
Jeffrey Pfau 31d39bbd1d Debugger: Fix software breakpoints not being properly initialized 2015-03-01 12:16:38 -08:00
Jeffrey Pfau 4e2a27b426 GBA SIO: Fix child bit in lockstep driver 2015-03-01 05:39:13 -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 f775af67f3 GBA SIO: Fix writing to RCNT 2015-02-28 14:52:52 -08:00
Jeffrey Pfau e241566ee7 GBA SIO: Clean up lockstep a bit 2015-02-28 14:51:39 -08:00
Jeffrey Pfau 33c2c53795 Qt: Add missing function 2015-02-27 01:37:44 -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 80960f9e9a GBA SIO: Properly deinitialize SIO 2015-02-27 01:12:58 -08:00
Jeffrey Pfau d1e01266c6 GBA SIO: Partially functional lockstep driver 2015-02-27 00:59:47 -08:00
Jeffrey Pfau 2fc8f0b567 Qt: Add option for opening new window 2015-02-27 00:59:20 -08:00
Jeffrey Pfau e1a8befcbb GBA SIO: Fix RCNT reading for mode 2015-02-26 23:10:01 -08:00
Jeffrey Pfau 6e467a0332 Qt: Create MultiplayerController 2015-02-26 00:07:36 -08:00
Jeffrey Pfau 5b40951c05 GBA SIO: Build up lockstep driver a bit more 2015-02-26 00:07:12 -08:00
Jeffrey Pfau 1e912abf4b GBA SIO: Start building up skeleton for lockstep driver 2015-02-25 20:35:13 -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
Jeffrey Pfau e742fe25d0 Util: Don't detect strtof_l on Linux; glibc doesn't actually implement it, but it's still detected 2015-02-21 09:53:17 -08:00