Commit Graph

1016 Commits

Author SHA1 Message Date
OV2 9d9a9e2f05 Create cheat group only once 2018-05-01 00:02:01 +02:00
OV2 25fa85bce4 win32: changes to GUI cheat handling 2018-05-01 00:02:01 +02:00
Brandon Wright e69fd7c50e Fix a couple bugs. Change cheats on unix to work like they used to. 2018-04-30 16:44:17 -05:00
Brandon Wright 831176983a Set bypass compositor bit on drawing window. 2018-04-29 10:37:05 -05:00
Brandon Wright c48f212a8a Rework XRandR support to list all modes and refresh rates. 2018-04-28 18:36:40 -05:00
Brandon Wright 363fdc9848 Try to turn off compositor in full-screen. 2018-04-28 12:49:36 -05:00
Brandon Wright 99f7e63972 Use GTK_MAJOR_VERSION macro instead of custom one. 2018-04-28 11:59:17 -05:00
Brandon Wright f2dcb275d2 Allow --with-gtk2 to disable GTK+ 3. 2018-04-28 11:27:57 -05:00
Brandon Wright c56a2751be Add mightymo cheat database in bml format. 2018-04-27 20:36:18 -05:00
Brandon Wright 4edaba97ca More cheats stuff. 2018-04-27 20:35:20 -05:00
Brandon Wright 5b2a754fb4 Whitespace cleanup. 2018-04-27 15:56:26 -05:00
Brandon Wright 21a4fe3163 Updated for Windows support. 2018-04-27 15:42:19 -05:00
Brandon Wright 46d8f7bb80 Fix libretro cheats. 2018-04-26 15:57:04 -05:00
Brandon Wright 4fde5d5120 Update with current byte. 2018-04-26 13:03:26 -05:00
Brandon Wright 7bb10e10e4 Fall back to old format if new one doesn't parse. 2018-04-26 12:01:51 -05:00
Brandon Wright cb531670e5 Various fixes. Allow global disabling of cheats. 2018-04-26 11:15:20 -05:00
Brandon Wright 0d102b72ff Revamping cheats support. 2018-04-25 19:29:26 -05:00
Brandon Wright c727189d3e These functions had side-effects other than CPU.Cycles changing. Add versions with only minimal, unlikely, side-effects. 2018-04-24 17:54:05 -05:00
Brandon Wright bbfeb19b08 Calculate SHA256 checksum for later use. 2018-04-24 17:06:32 -05:00
Brandon Wright 14c8ebba00 Add bml parser and sha256 sum support. 2018-04-24 16:16:22 -05:00
Brandon Wright 048ed0835f Work around the OffsetInLine unused variable thing. 2018-04-22 18:07:02 -05:00
Brandon Wright b80938f546 Put LDFLAGS back into the flags of the unix build. 2018-04-22 16:51:14 -05:00
OV2 f7c3117f5f win32: do hotplugging detection 500ms after arrival/removal 2018-04-22 22:22:05 +02:00
OV2 47144176ff win32: detect esc when using backgroundinput 2018-04-22 22:22:05 +02:00
Brandon Wright 513926521d Don't set GFX_MULTI_FORMAT if not needed. The BuildPixel calls cost ~3% performance. 2018-04-21 19:17:39 -05:00
Brandon Wright 97f4067cd8 Inline a couple functions. Add some spacing to the Gtk preferences dialog. 2018-04-21 18:44:40 -05:00
bearoso 7c5ab7183b
Merge pull request #266 from LuigiBlood/bsx
BS-X Cleanups and Fixes
2018-04-14 20:09:19 -05:00
Brandon Wright 569702e75a Add automatic input rate selection by polling XRandR. 2018-04-14 16:21:13 -05:00
Brandon Wright 287fab5f1b Small optimizations to DSP. 2018-04-13 11:56:06 -05:00
Brandon Wright f8a7f23a4b Revert "Add threaded APU option."
This reverts commit 045f68bb26.
2018-04-13 10:25:26 -05:00
Brandon Wright 551e527784 Revert "Add a wait for threads when we hand away control. Probably not needed due to all the extra processing during end-of-frame."
This reverts commit e1a4ef93b6.
2018-04-13 10:25:25 -05:00
Brandon Wright f422730808 Revert "Attempt at Windows threads."
This reverts commit 970905b83b.
2018-04-13 10:25:24 -05:00
Brandon Wright 71f64d3a60 Revert "Add missing #ifdef guard."
This reverts commit a817eff105.
2018-04-13 10:25:23 -05:00
Brandon Wright 49ab4c3f28 Revert "Use semaphores on Windows for backward compatibility."
This reverts commit 4ede4b7447.
2018-04-13 10:25:22 -05:00
Brandon Wright 60c6d3e802 Revert "Close semaphore handles."
This reverts commit 2426c2412f.
2018-04-13 10:25:16 -05:00
Brandon Wright 085e7c05f2 Revert "Allow thread reinitialization."
This reverts commit 8b99749aba.
2018-04-13 10:25:07 -05:00
Brandon Wright 8b99749aba Allow thread reinitialization. 2018-04-13 09:25:18 -05:00
Brandon Wright 2426c2412f Close semaphore handles. 2018-04-12 19:15:10 -05:00
Brandon Wright 4ede4b7447 Use semaphores on Windows for backward compatibility. 2018-04-12 19:10:58 -05:00
Brandon Wright a817eff105 Add missing #ifdef guard. 2018-04-12 17:20:30 -05:00
Brandon Wright 970905b83b Attempt at Windows threads. 2018-04-12 17:17:40 -05:00
Brandon Wright e1a4ef93b6 Add a wait for threads when we hand away control. Probably not needed due to all the extra processing during end-of-frame. 2018-04-12 16:51:00 -05:00
Brandon Wright 045f68bb26 Add threaded APU option. 2018-04-12 16:26:10 -05:00
Brandon Wright 5285ec4e9d Move color table generation out of tile renderer. 2018-04-11 12:45:06 -05:00
Brandon Wright 312075f280 Silence warnings about operator priority. 2018-04-11 12:44:21 -05:00
Dwedit 2cbb3f6cf7 11% performance boost on x64 by reducing branches 2018-04-11 12:13:41 -05:00
Brandon Wright a230f67567 Reorder HDMA to do transfer 0-7, then update indirect address 0-7. 2018-04-10 16:53:05 -05:00
Brandon Wright cfa6ab1c84 Jonas Quinn's fix for negative SA1 division. 2018-04-08 10:41:11 -05:00
OV2 94d9416d40 Add DMA timing hack for Koryu no Mimi translation by rpgone
(fixes #279)
2018-04-02 13:58:55 +02:00
OV2 60fc2fb0ae win32: select correct output method when cancelling dialog 2018-04-01 13:32:56 +02:00