2162 Commits

Author SHA1 Message Date
Sour
2f9581ff2f VS DualSystem: Added options to select which video/audio streams to show/play 2018-07-08 10:28:48 -04:00
Sour
ef489a4513 UI: Fixed issue with input configuration not saving changes properly in some scenarios 2018-07-08 10:28:48 -04:00
Sour
47fbe93b62 Added support for VS DualSystem (WIP - dual video/audio, input, save states, movies & netplay working) 2018-07-08 10:28:48 -04:00
Sour
1489868a3f Linux: Fixed Linux compilation errors/warnings (due to refactoring) 2018-07-08 10:28:47 -04:00
Sour
97270f2b2e Movies: Fixed regressions (due to refactoring) - PollCounter + bk2/fm2 playback 2018-07-08 10:28:47 -04:00
Sour
2504fe0b71 Netplay: Fixed regressions/crashes caused by refactoring 2018-07-08 10:28:47 -04:00
Sour
974bd8cd07 Allow Lua API to be used by multiple debugger instances 2018-07-08 10:28:47 -04:00
Sour
c877f73891 Split part of MessageManager into non-static NotificationManager
+ Fixed movie recording/playback (for .mmo files)
2018-07-08 10:28:47 -04:00
Sour
04310eddb4 Core refactoring (remove static variables) - WIP 2018-07-08 10:28:47 -04:00
Sour
a4ed758202 Movies: Allow roms with a different hash to be used to playback a movie (temporary solution) 2018-07-04 20:10:15 -04:00
juanramonmartinez
66ba8df4ec Spanish translation update (#424) 2018-06-29 17:02:24 -04:00
Sour
9b070704b0 Netplay: Fixed client input data being ignored by server 2018-06-29 00:08:48 -04:00
Sour
9bcde89188 Rework notification registration to avoid a lot of potential deadlock situations 2018-06-29 00:06:12 -04:00
Sour
ee2a3aedc4 UI: Fixed disable window resize option behavior after exiting fullscreen mode 2018-06-28 17:34:19 -04:00
Sour
d10b11f0b3 Audio: Added option to reduce volume during fast forward/rewind 2018-06-27 19:49:47 -04:00
Sour
fcaea65100 UI: Added option to disable window resizing using the mouse 2018-06-25 22:49:33 -04:00
Sour
5052dc1988 Fixed CHR banking issue in mapper 82 (Taito X1-017) 2018-06-25 20:57:32 -04:00
Sour
b2f3f5b092 Libretro: Fixed makefile (added missing .cpp file) 2018-06-25 20:41:36 -04:00
Sour
cda0a0bdcb UI: Fixed UI crash when closing Mesen with a shortcut key while in exclusive fullscreen mode 2018-06-25 16:37:05 -04:00
Sour
bdfa554a15 Linux: Fixed a few more warnings found with -Wextra 2018-06-25 16:21:15 -04:00
Sour
1e90a71394 Linux: Removed -Wno-switch option and fixed warnings 2018-06-25 15:56:05 -04:00
Sour
669113710a Linux: Fixed warnings (and enabled no-parentheses warning) 2018-06-25 15:13:32 -04:00
Sour
bb5794ffdf UNIF: Set CHINA_ER_SAN2 boards to use mapper 19 2018-06-25 13:54:24 -04:00
Sour
86231c94e3 UNIF: Added support for BMC-60311C boards 2018-06-25 13:35:40 -04:00
Sour
b5d460ffb3 UNIF: Added support for SSS-NROM-256 board (Famicombox Menu cartridge) - incomplete, but boots properly 2018-06-25 13:04:23 -04:00
Sour
9f643f256b Removed "mapper 220" - this was a duplicate of KS7057 2018-06-25 10:15:21 -04:00
Sour
e73abef7ee MMC1: Fixed MMC1 not working properly w/ random mapper init state option 2018-06-24 22:20:40 -04:00
Sour
0dccbf49c9 Docs: Add rewind/fast forward key shortcuts to shortcut list in "Getting Started" + added tip about rewind to undo an accidental load state 2018-06-24 20:27:25 -04:00
Sour
982302fa15 Fixed issue with mapper 180 (regression caused by recent commit) 2018-06-24 20:07:50 -04:00
Sour
082b416a59 Debugger: PPU Viewer - Ensure each tab is filled with info for the first tile/sprite/color when displaying for the first time 2018-06-24 18:31:37 -04:00
Sour
a38e33f189 Debugger: PPU Viewer - Added options to display/copy hex/rgb color codes in all tabs 2018-06-24 18:30:31 -04:00
Sour
0aa365ebcc Debugger: Text Hooker - Added more built-in mappings (and fixed some existing ones) 2018-06-24 13:00:06 -04:00
Sour
ebf4e1f0c0 Added support for mapper 224 2018-06-24 12:36:46 -04:00
Sour
cef7fa9eaa UNIF: Added support for UNL-DRIPGAME boards 2018-06-24 12:04:38 -04:00
Sour
c2e063d5c9 Debugger: Added Text Hooker (WIP) 2018-06-23 18:29:48 -04:00
Sour
5e6578a4a0 Added support for GN-45 boards 2018-06-23 18:29:48 -04:00
altiereslima
b7bd2add69 Update portuguese translation (#413) 2018-06-23 17:02:07 -04:00
Sour
aad9ec6945 Linux: Fixed build error 2018-06-22 00:14:53 -04:00
Sour
6dd3fb6ba0 Linux: Fixed built-in scripts not showing when UI is built on Windows 2018-06-21 18:07:09 -04:00
Sour
19e2c0d2c7 Linux: Fixed double-paste issue in script window 2018-06-21 17:58:43 -04:00
Sour
48dcfa6de7 UNIF: Added support for UNL-DragonFighter boards 2018-06-21 16:52:54 -04:00
Sour
4d3e10dd41 UNIF: Added support for BMC-HPxx boards 2018-06-20 23:36:29 -04:00
Sour
ee8e8fc7bf Debugger: Trace Logger - Potential fix for trace logger not logging NMI/IRQ in some conditions
It was possible for the static instance to become null even though an active trace logger instance existed
2018-06-20 20:17:33 -04:00
Sour
7dafd284ce UI: Added an "Install HD Pack" option in the Tools menu 2018-06-19 23:51:15 -04:00
Sour
9398df9f8c Docs: Updated HD packs documentation 2018-06-19 22:17:13 -04:00
Sour
4a52c94816 HD Packs: Added option to display custom backgrounds behind bg priority sprites (instead of over them) 2018-06-19 22:17:00 -04:00
Sour
ad1925bbfd Linux: Fixed minor sound glitch when starting a game 2018-06-19 21:12:39 -04:00
Sour
54ad4381fc UI: Fixed some layout issues on Mono/Linux 2018-06-19 21:04:26 -04:00
Sour
40606f924a Fixed compilation warnings 2018-06-19 20:48:57 -04:00
Sour
3e6f10757c Fixed some cast-align warnings (potential fix for Android crash?) 2018-06-19 20:43:16 -04:00