Commit graph

81 commits

Author SHA1 Message Date
Souryo
a75fbdb911 Fixed compilation warnings 2017-04-15 13:54:57 -04:00
Souryo
db9a453444 Audio: Equalizer 2017-04-15 13:54:47 -04:00
Souryo
c9a5e4e2fb Fixed Linux compilation errors 2017-04-12 17:29:38 -04:00
Souryo
41c59b164a BPS patch support 2017-04-10 18:29:44 -04:00
Souryo
92107d94df UPS patch support 2017-04-10 17:26:39 -04:00
Souryo
15bc6c85ac Assembler: Added support for .byte statements 2017-03-09 23:55:02 -05:00
Souryo
879ec9ca78 Linux: Fixed compilation error (missing include) 2017-01-09 17:02:08 -05:00
Souryo
d805ac2d3c AVI: Added camstudio codec support + compression level slider 2017-01-01 10:15:42 -05:00
Souryo
328136eb08 Linux: Fixed compilation error 2016-12-30 15:00:37 -05:00
Souryo
5cc9c3915d Linux: Fixed bug and compilation errors/warnings for avi recording 2016-12-30 14:47:19 -05:00
Souryo
0f5c7fe78b Video: Added "Video Recorder" to record AVI files 2016-12-29 21:19:13 -05:00
Souryo
083c2d2083 Files/Folders: Fixed issues when paths contained non-ascii characters (caused by recent linux changes) 2016-12-28 11:21:39 -05:00
Souryo
06031da2d4 Video: Fixed visual glitches and illegal memory accesses in 2xSai, Super2xSai and SuperEagle filters 2016-12-25 15:49:21 -05:00
Souryo
1f56cdab86 Utilities: Fixed windows compilation error + replaced windows-specific code 2016-12-21 19:31:07 -05:00
Souryo
fdfda87c9d Linux: Fixed crash when loading 7zip files 2016-12-19 22:16:29 -05:00
Souryo
b2b00edf3d Windows: Fixed compilation error in MSVC 2016-12-18 11:02:44 -05:00
Souryo
1d58a49a09 Linux: MInor makefile fixes + missing include 2016-12-18 09:24:12 -05:00
Souryo
b4489ed0f7 Linux: Fixed all clang warnings 2016-12-17 23:14:47 -05:00
Souryo
a6579fbfdb Linux: Implemented sockets/netplay + fixed uninitialized variable crash 2016-12-17 18:56:03 -05:00
Souryo
ee2898c328 Windows: Fixed compilation errors/warnings 2016-12-14 17:11:18 -05:00
Souryo
c62ede991f Linux: Support for file associations 2016-12-13 20:05:42 -05:00
Souryo
38aa18ab9f Linux: Fixed GCC errors/warnings 2016-12-12 20:33:48 -05:00
Souryo
8439290896 Utilities: Rewrote file/folder utility functions to use the new filesystem api (works in both VC & GCC) 2016-12-11 20:42:59 -05:00
Souryo
02da94cf6b Minor fixes for windows build 2016-12-11 11:18:37 -05:00
Souryo
cbc61a1bac Fixed all GCC errors and most warnings 2016-12-11 10:56:23 -05:00
Souryo
e24514781f Audio: Added channel panning options 2016-12-09 21:23:20 -05:00
Souryo
2cbae24ded UI: Added "Load Random Game" option 2016-12-09 12:49:17 -05:00
Souryo
8c9f32419c Debugger: Options to disassemble unknown blocks and/or data 2016-12-05 23:35:07 -05:00
Souryo
80bd7d0b3e Debugger: Performance improvements, code refactoring & code display changes/fixes 2016-11-26 10:42:59 -05:00
Souryo
531e8c4cfe Disable screensaver/etc when a game is running 2016-08-29 21:07:52 -04:00
Souryo
127f9f2ee4 Fixed warnings and function signatures (x86) 2016-06-26 16:31:29 -04:00
Souryo
298a789cfc 7z support + Rom selection for archives containing multiple rom files + General fixes/improvements when dealing with archives (cheats, save states, saved data, etc.) 2016-06-17 20:53:05 -04:00
Souryo
5124378867 Fixed filename case 2016-06-11 20:13:14 -04:00
Souryo
29bdd8d7f3 CRC32: Fixed bug in calculation 2016-06-05 19:18:28 -04:00
Souryo
8b2408deea Build: Disabled minimal rebuild (generates warning with multi-cpu compilation switch on) 2016-06-05 14:37:05 -04:00
Souryo
a7977cb3b9 Build: Turned on multi-cpu compilation 2016-06-04 09:09:57 -04:00
Souryo
4cb8ae7076 Save states: Removed MS-specific extension usage & disabled extensions + Removed some errors/warnings caused by this change 2016-06-02 23:56:11 -04:00
Souryo
7e3def34f5 Video Filters: xBRZ, HQX, Scale2x, 2xSai, Super2xSai, SuperEagle support 2016-05-23 17:02:24 -04:00
Souryo
778b7ada20 Static Link PGO Builds 2016-05-22 08:14:55 -04:00
Souryo
9aab7fd741 AutoResetEvent: Fixed crash when exiting process 2016-02-14 16:57:42 -05:00
Souryo
b4abaf36dc NetPlay: Mesen no longer hangs for 10+ seconds when trying to connect to a ip/port that doesn't respond 2016-02-10 20:19:06 -05:00
Souryo
7becd0bff6 Fixed warning 2016-02-05 23:16:12 -05:00
Souryo
673ff6e4db Audio: Added options to reduce/mute sound while in background (+ Set menu icons to config forms) 2016-01-31 11:58:41 -05:00
Souryo
df8e66a5e7 FDS support (missing sound emulation) 2016-01-28 20:47:16 -05:00
Souryo
a68625c8ac Locks: Used thread_local to remove calls to GetCurrentThreadId (faster) 2016-01-26 17:21:33 -05:00
Souryo
28cad4416d Improved UPnP code - now works more often 2016-01-21 17:32:39 -05:00
Souryo
ac20a3cee4 Project changes to simplify PGO builds 2016-01-19 16:19:23 -05:00
Souryo
8f3cd51743 Updated to Visual Studio 2015 (only required minor changes)
Updated DirectX TK version
2016-01-17 19:10:01 -05:00
Souryo
a0d6e2d547 Debugger breakpoint improvements (Conditional breaks, vram breaks, absolute address breaks, etc.) 2016-01-09 13:15:43 -05:00
Souryo
a96b6229d0 Fixed multithread crash when loading another game 2016-01-06 20:37:52 -05:00