Mesen/Utilities
2017-05-15 20:33:38 -04:00
..
HQX Minor fixes for windows build 2016-12-11 11:18:37 -05:00
KreedSaiEagle Video: Fixed visual glitches and illegal memory accesses in 2xSai, Super2xSai and SuperEagle filters 2016-12-25 15:49:21 -05:00
Scale2x Fixed Linux compilation errors/warnings 2017-05-04 23:38:27 -04:00
xBRZ Fixed Linux compilation errors/warnings 2017-05-04 23:38:27 -04:00
ArchiveReader.cpp Movies: bk2 movie format support (incomplete + sync issues vs NesHawk) 2017-04-22 13:19:21 -04:00
ArchiveReader.h Movies: bk2 movie format support (incomplete + sync issues vs NesHawk) 2017-04-22 13:19:21 -04:00
AutoResetEvent.cpp AutoResetEvent: Fixed crash when exiting process 2016-02-14 16:57:42 -05:00
AutoResetEvent.h Fixed multithread crash when loading another game 2016-01-06 20:37:52 -05:00
AviWriter.cpp AVI: Added camstudio codec support + compression level slider 2017-01-01 10:15:42 -05:00
AviWriter.h AVI: Added camstudio codec support + compression level slider 2017-01-01 10:15:42 -05:00
BaseCodec.h AVI: Added camstudio codec support + compression level slider 2017-01-01 10:15:42 -05:00
blip_buf.cpp Static Link PGO Builds 2016-05-22 08:14:55 -04:00
blip_buf.h Static Link PGO Builds 2016-05-22 08:14:55 -04:00
BpsPatcher.cpp Fixed compilation warnings 2017-04-15 13:54:57 -04:00
BpsPatcher.h Fixed Linux compilation errors 2017-04-12 17:29:38 -04:00
CamstudioCodec.cpp Video Recorder: Fixed camstudio codec problems when picture width was not a multiple of 4 2017-04-27 17:44:56 -04:00
CamstudioCodec.h Video Recorder: Fixed camstudio codec problems when picture width was not a multiple of 4 2017-04-27 17:44:56 -04:00
CRC32.cpp CRC32: Fixed bug in calculation 2016-06-05 19:18:28 -04:00
CRC32.h Removed all code from header files (Utilities project) 2015-07-11 10:01:06 -04:00
FolderUtilities.cpp UI: Add visual list of recently played games (click to resume) 2017-05-06 18:35:02 -04:00
FolderUtilities.h UI: Add visual list of recently played games (click to resume) 2017-05-06 18:35:02 -04:00
HexUtilities.cpp Movies: FM2 file format support (incomplete, wip) 2017-04-24 18:28:50 -04:00
HexUtilities.h Movies: FM2 file format support (incomplete, wip) 2017-04-24 18:28:50 -04:00
IpsPatcher.cpp Fixed all GCC errors and most warnings 2016-12-11 10:56:23 -05:00
IpsPatcher.h FDS support (missing sound emulation) 2016-01-28 20:47:16 -05:00
LowPassFilter.h Audio: Added channel panning options 2016-12-09 21:23:20 -05:00
md5.cpp Movies: FM2 file format support (incomplete, wip) 2017-04-24 18:28:50 -04:00
md5.h Movies: FM2 file format support (incomplete, wip) 2017-04-24 18:28:50 -04:00
miniz.cpp UI: Add visual list of recently played games (click to resume) 2017-05-06 18:35:02 -04:00
miniz.h Added ZIP file support - Emu no longer crashes when loading unsupported mappers 2014-07-10 19:25:35 -04:00
nes_ntsc.cpp Static Link PGO Builds 2016-05-22 08:14:55 -04:00
nes_ntsc.h Static Link PGO Builds 2016-05-22 08:14:55 -04:00
nes_ntsc_config.h Static Link PGO Builds 2016-05-22 08:14:55 -04:00
nes_ntsc_impl.h Static Link PGO Builds 2016-05-22 08:14:55 -04:00
orfanidis_eq.h Audio: Equalizer 2017-04-15 13:54:47 -04:00
PlatformUtilities.cpp Disable screensaver/etc when a game is running 2016-08-29 21:07:52 -04:00
PlatformUtilities.h Disable screensaver/etc when a game is running 2016-08-29 21:07:52 -04:00
PNGHelper.cpp UI: Add visual list of recently played games (click to resume) 2017-05-06 18:35:02 -04:00
PNGHelper.h UI: Add visual list of recently played games (click to resume) 2017-05-06 18:35:02 -04:00
RawCodec.h AVI: Added camstudio codec support + compression level slider 2017-01-01 10:15:42 -05:00
sha1.cpp Fixed some compilation warnings 2017-05-06 18:35:59 -04:00
sha1.h Movies: bk2 movie format support (incomplete + sync issues vs NesHawk) 2017-04-22 13:19:21 -04:00
SimpleLock.cpp Locks: Used thread_local to remove calls to GetCurrentThreadId (faster) 2016-01-26 17:21:33 -05:00
SimpleLock.h Locks: Used thread_local to remove calls to GetCurrentThreadId (faster) 2016-01-26 17:21:33 -05:00
Socket.cpp Windows: Fixed compilation error in MSVC 2016-12-18 11:02:44 -05:00
Socket.h Linux: Fixed all clang warnings 2016-12-17 23:14:47 -05:00
stdafx.cpp Minor refactoring 2014-06-23 19:02:09 -04:00
stdafx.h Removed all code from header files (Utilities project) 2015-07-11 10:01:06 -04:00
StringUtilities.h Assembler: Added support for .byte statements 2017-03-09 23:55:02 -05:00
SZReader.cpp Linux: Fixed crash when loading 7zip files 2016-12-19 22:16:29 -05:00
SZReader.h 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
Timer.cpp Frame decoding/Rendering is now handled by separate threads (i.e there are now 3 threads in the emu + UI thread) 2015-08-30 21:04:21 -04:00
Timer.h Linux: Fixed all clang warnings 2016-12-17 23:14:47 -05:00
UPnPPortMapper.cpp Fixed all GCC errors and most warnings 2016-12-11 10:56:23 -05:00
UPnPPortMapper.h Improved UPnP code - now works more often 2016-01-21 17:32:39 -05:00
UpsPatcher.cpp Fixed compilation warnings 2017-04-15 13:54:57 -04:00
UpsPatcher.h Fixed Linux compilation errors 2017-04-12 17:29:38 -04:00
UTF8Util.cpp Utilities: Fixed windows compilation error + replaced windows-specific code 2016-12-21 19:31:07 -05:00
UTF8Util.h Linux: Fixed crash when loading 7zip files 2016-12-19 22:16:29 -05:00
Utilities.vcxproj Build: Statically link the C++ runtime for all build configs 2017-05-15 20:33:38 -04:00
Utilities.vcxproj.filters Movies: bk2 movie format support (incomplete + sync issues vs NesHawk) 2017-04-22 13:19:21 -04:00
ZipReader.cpp 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
ZipReader.h 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
ZipWriter.cpp Fixed all GCC errors and most warnings 2016-12-11 10:56:23 -05:00
ZipWriter.h Auto tests - Bug fixes, added ability to record test from movie/existing test 2015-12-27 09:13:52 -05:00
ZmbvCodec.cpp AVI: Added camstudio codec support + compression level slider 2017-01-01 10:15:42 -05:00
ZmbvCodec.h AVI: Added camstudio codec support + compression level slider 2017-01-01 10:15:42 -05:00