Commit Graph

1966 Commits

Author SHA1 Message Date
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
Jeffrey Pfau 8a90066965 GBA Thread: Make GBASyncWaitFrameStart time out 2015-02-21 03:44:15 -08:00
Jeffrey Pfau 37fd51df39 Qt: Fix thread sync issues with QtMultimedia audio driver 2015-02-21 02:44:59 -08:00
Jeffrey Pfau 56475e578b Qt: Fix crash when starting GDB stub after closing a game 2015-02-21 02:01:55 -08:00
Jeffrey Pfau 2235dcf2ab Qt: Fix crash when adjusting settings after closing a game 2015-02-21 01:59:33 -08:00
Jeffrey Pfau 7f592f78e8 Qt: Runtime configurable audio driver 2015-02-21 01:54:50 -08:00
Jeffrey Pfau 7cad9ab33a Qt: Fix QtMultimedia build with blip 2015-02-21 01:02:26 -08:00
Jeffrey Pfau 86ff4b1577 GBA: Silence some warnings in cheats 2015-02-20 23:59:12 -08:00
Jeffrey Pfau 486a0e4017 All: Disable LTO in non-Darwin non-gcc (it seems to be broken in Clang on other OSes) 2015-02-20 23:43:43 -08:00
Jeffrey Pfau d794b24566 All: Clean up pthreads in CMakeList 2015-02-20 23:18:18 -08:00
Jeffrey Pfau 07feb10f6d All: Enable link-time optimization 2015-02-20 23:09:11 -08:00