Commit graph

141 commits

Author SHA1 Message Date
Souryo
6d73a03139 Tests: Fixed regression due to previous refactoring commit 2017-07-30 18:22:55 -04:00
Souryo
4455178da2 Code refactoring (patch/archive handling) + allow HD packs to be loaded from archives 2017-07-30 09:46:07 -04:00
Souryo
e82371e2f8 HD Packs: Improvements, new features, bug fixes 2017-06-28 20:01:24 -04:00
Souryo
301fa31c44 Build: Statically link the C++ runtime for all build configs 2017-05-15 20:33:38 -04:00
Souryo
1db6600a64 Fixed some compilation warnings 2017-05-06 18:35:59 -04:00
Souryo
a412b453cf UI: Add visual list of recently played games (click to resume) 2017-05-06 18:35:02 -04:00
Souryo
25019f052c Fixed Linux compilation errors/warnings 2017-05-04 23:38:27 -04:00
Souryo
8a2f09b0fd Video Recorder: Fixed camstudio codec problems when picture width was not a multiple of 4 2017-04-27 17:44:56 -04:00
Souryo
211e6354c8 Movies: FM2 file format support (incomplete, wip) 2017-04-24 18:28:50 -04:00
Souryo
194d933685 Movies: bk2 movie format support (incomplete + sync issues vs NesHawk) 2017-04-22 13:19:21 -04:00
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