Commit Graph

2832 Commits

Author SHA1 Message Date
Jeffrey Pfau da226abba6 Qt: Add 360 profile for Linux 2015-07-22 21:22:50 -07:00
Jeffrey Pfau b9c9425464 Qt: Hacky way to swap out focus for a gamepad (fixes #64) 2015-07-22 21:16:28 -07:00
Jeffrey Pfau 0ecdc1ac44 GBA Config: Functions for loading and saving configs from a path 2015-07-21 19:46:39 -07:00
Twinaphex 037e518f5c (iOS) Fix build - to16Bit ARM routine not iOS ABI-compatible 2015-07-20 23:03:59 -07:00
Jeffrey Pfau 7015f38b37 Qt: Save and quit on Stop call 2015-07-19 18:35:18 -07:00
Jeffrey Pfau 393252718f Qt: Ensure thread has not exited if we say it is open 2015-07-19 18:14:35 -07:00
Jeffrey Pfau 2575097b7c GBA BIOS: Stub out SoundBias 2015-07-19 18:14:09 -07:00
Jeffrey Pfau d588b8c462 GBA BIOS: Implement Stop 2015-07-19 18:13:29 -07:00
endrift 7a9e97ca52 Merge pull request #62 from duganchen/parameterized_libdir
Allow lib to be overridden.
2015-07-19 11:25:15 -07:00
Dugan Chen 90d215ea23 The library directory is overridable and defaults to lib. 2015-07-19 11:20:10 -07:00
Jeffrey Pfau 75fb2548bb Qt: Bind controllers to specific windows 2015-07-18 00:20:54 -07:00
Jeffrey Pfau 85c4162ad1 Libretro: BIOS loading 2015-07-17 20:48:23 -07:00
Jeffrey Pfau 1975fc7706 Qt: Fix SDL build 2015-07-17 18:22:57 -07:00
Jeffrey Pfau 3a53e27927 Qt: Update input profiles 2015-07-17 18:22:46 -07:00
Jeffrey Pfau b6889d77f8 GBA Input: Allow axes and buttons to be mapped to the same key 2015-07-17 18:22:27 -07:00
Jeffrey Pfau d0bc4d4f4e Qt: Reduce time that it takes for the mouse to disappear 2015-07-17 00:07:28 -07:00
Jeffrey Pfau 8ff8876e37 Qt: Block a bug whereby undoing a save can overwrite the wrong save 2015-07-16 23:50:33 -07:00
Jeffrey Pfau f05cc8d139 Qt: Add missing separator 2015-07-16 23:48:36 -07:00
Jeffrey Pfau 963758c348 Qt: Default controller profiles, with a few included already 2015-07-16 23:45:55 -07:00
Jeffrey Pfau b9c276ee30 Qt: Put undo savestate in the correct menu 2015-07-15 00:28:53 -07:00
Jeffrey Pfau 97a5a24000 All: Fix project name not getting set when rebuilding 2015-07-14 23:13:07 -07:00
Jeffrey Pfau 8ef50827fd Qt: Controller profiles now store shortcut settings 2015-07-14 22:51:27 -07:00
Jeffrey Pfau 73518ceda5 Qt: Add savestate save undo 2015-07-14 20:45:29 -07:00
Jeffrey Pfau b3cf9ec162 Qt: Only hide cursor if the display is the top widget 2015-07-13 22:09:20 -07:00
Jeffrey Pfau f50f98416b Qt: Add savestate load undo 2015-07-13 21:56:05 -07:00
Jeffrey Pfau 5ed05dc66f GBA: Get GB Player working with savestates 2015-07-13 21:19:01 -07:00
Jeffrey Pfau 43d9c8b754 GBA: Gigantic refactor and add preliminary Game Boy Player support 2015-07-13 20:46:41 -07:00
Jeffrey Pfau 56208521d6 ARM7: Fix decoding LDR3 2015-07-13 01:15:59 -07:00
Jeffrey Pfau 4d5c1f9849 Qt: Hide cursor opportunistically 2015-07-12 17:42:30 -07:00
Jeffrey Pfau 8a66ee0d56 All: Fix fresh build 2015-07-12 16:10:48 -07:00
Jeffrey Pfau 817f1573d3 All: Move version generation to external CMake script 2015-07-12 16:02:16 -07:00
Jeffrey Pfau 18ec3de2e2 Libretro: Add rumble support 2015-07-12 15:49:27 -07:00
Jeffrey Pfau 386da2accd VFS: Add VFile.sync for memory vfs 2015-07-12 15:49:04 -07:00
Jeffrey Pfau 1b8fe1aa09 Qt: Add fast forward cap to settings 2015-07-12 12:27:15 -07:00
Jeffrey Pfau 712b0ccb84 Qt: Ensure proper audio sample rate is used when resampling audio 2015-07-12 00:19:17 -07:00
Jeffrey Pfau 9d7b79db27 GBA: Cannot clean a savefile if there is no vf 2015-07-11 16:32:11 -07:00
Jeffrey Pfau 0496691c9b Qt: Prompt for restart when changing display driver 2015-07-11 14:51:09 -07:00
Jeffrey Pfau 5749649b9c All: Update port progress a bit 2015-07-11 02:57:08 -07:00
Jeffrey Pfau 6a426c0891 Third-Party: Add libpng 2015-07-09 23:21:03 -07:00
Jeffrey Pfau 1ee5ccd1ff GBA: Clean up non-standard logging a bit 2015-07-09 21:55:13 -07:00
Jeffrey Pfau f6581773d8 GBA: Remove GBA_LOG_INFO from default log levels 2015-07-08 20:43:26 -07:00
Jeffrey Pfau 305e8c009c GBA Hardware: Use localtime_s on Win32 and PSP2 2015-07-08 19:28:28 -07:00
Jeffrey Pfau d60e4972e9 PSP2: Add -Wno-format to remove all of the format string warnings 2015-07-08 19:19:58 -07:00
Jeffrey Pfau 9911484aee Qt: Add confirmation for making portable 2015-07-07 22:51:28 -07:00
Jeffrey Pfau f0c8c246cc VFS: Fix Windows build 2015-07-07 01:03:36 -07:00
Jeffrey Pfau c4800792ec PSP2: Add dummy VDirOpen for now 2015-07-07 00:38:25 -07:00
Jeffrey Pfau e0e6235657 PSP2: Implement VFileSce.sync 2015-07-07 00:38:10 -07:00
Jeffrey Pfau 33ca1e2e9c Merge branch 'master' into port/psp2 2015-07-07 00:30:29 -07:00
Jeffrey Pfau 4b3df31e49 GBA: Savedata is now synced shortly after data finishes being written 2015-07-07 00:30:10 -07:00
Jeffrey Pfau 250d3b940d VFS: Add sync method to force syncing with backing 2015-07-07 00:27:08 -07:00