Commit Graph

932 Commits

Author SHA1 Message Date
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
OV2 bdade06dff win32: use full path when registering default icon 2018-03-31 16:03:49 +02:00
OV2 5a0f00518a win32: disable all load/save menu entries with no rom loaded 2018-03-31 15:55:46 +02:00
bearoso c3fa4009a3
Merge pull request #267 from julien2512/master
now able to start from a snapshot
2018-02-27 22:43:55 +00:00
OV2 8a0fbe6937 Add LICENSE file 2018-02-27 21:56:16 +01:00
OV2 24e546cff8 Fix xBRZ compile with older gcc 2018-02-27 21:40:11 +01:00
OV2 146ab1bd5f Update to xBRZ 1.6 2018-02-27 21:39:50 +01:00
OV2 a13ac31400
Merge pull request #274 from gocha/appveyor
AppVeyor support (CI service for Windows)
2018-02-12 17:58:49 +01:00
gocha 067f812ef4 add appveyor build script (CI for Windows) 2018-02-06 14:16:50 +09:00
qwertymodo ea39685ccd Move libpng and zlib dependencies into submodules for the Windows build 2018-01-05 12:33:47 -08:00
OV2 aad3f375db win32: disable sound sync when speed is not set to 100% 2018-01-03 22:50:09 +01:00
OV2 e2f764fc0c win32: add -cartB parameter 2018-01-03 22:28:21 +01:00
OV2 ce9683db7e win32: merge multi rom load function 2018-01-03 22:12:06 +01:00
OV2 67d04aeb77 win32: only enable dynamic rate control checkbox for xaudio2 2018-01-03 21:08:08 +01:00
OV2 4c69595ffe win32: add option to disable message scaling with epx 2018-01-03 21:08:08 +01:00
OV2 ba9c1e33f8 win32: shorten faq, include link to dx9 runtime 2018-01-03 21:08:08 +01:00
julien2512 63b9bebd3f Syntax 2017-12-17 01:19:17 +01:00
julien2512 51c25d070d now able to start from a snapshot 2017-12-17 01:13:07 +01:00
LuigiBlood 1072bc9547 [BS-X] Forgot to remove Debug Printf 2017-12-17 00:45:43 +01:00
LuigiBlood 660b087378 [BS-X] Flash Support for BS Compatible Games
- Removed write MMC check from S9xSetBSX() [redundant with BSX_Map_FlashIO()]
2017-12-17 00:34:53 +01:00
LuigiBlood d89d7681ad [BS-X] BS-X Memory Mapping fixes
- Cleanups
- Proper PSRAM mapping (forgotten mapping and "over"mapping fix)
- Flash Interface not limited to bank 0xC0
(MMC would not interfere because of its particular addressing)
2017-12-17 00:13:47 +01:00
LuigiBlood 99e678f049 [BS-X] Support for bigger SatData files 2017-12-16 17:52:35 +01:00
LuigiBlood 54d7fe404d [BS-X] Avoid updating the memory map when it is not needed 2017-12-16 17:21:00 +01:00
Brandon Wright f17e66fc62 Fix NETPLAY_SUPPORT define I broke. 2017-12-13 22:50:47 -06:00
Brandon Wright 89f34bb33a Rendering Ranger R2 now seems to work without timing hack. 2017-12-07 16:03:32 -06:00
Brandon Wright bd59b4e9ac Fix issue with expose on GTK+ 3. 2017-12-07 12:24:29 -06:00
Brandon Wright 5e6b9f068a Fix assertion on PulseAudio driver exit. 2017-12-07 11:36:50 -06:00
Brandon Wright ec2b9a5165 Fix warnings on GTK+ display driver with GTK+ 3. 2017-12-07 11:36:24 -06:00
Brandon Wright 886ea13daf Some GTK+ 3 fixes. 2017-12-06 20:30:27 -06:00
Brandon Wright e2277ff55b Clean up compiler warnings. 2017-12-06 19:00:19 -06:00
Brandon Wright dd1202a2ad Fix code gaff in reset in BSX code 2017-12-06 18:39:10 -06:00
Brandon Wright 94f9f6ff25 Fix missing break in pseudo-cycle SMP. 2017-12-06 18:04:15 -06:00
Brandon Wright b7a2486ace List enumerated joysticks in terminal output. 2017-11-30 18:38:09 -06:00
Brandon Wright 12d73bbf25 Remove some vestiges from sound code. 2017-11-30 18:14:17 -06:00
OV2 32e87fab07 win32: add dynamic rate control setting, implement for xaudio2 2017-11-28 20:54:30 +01:00