Mesen/Utilities
2019-05-12 12:28:01 -04:00
..
HQX HD Packs: Improvements, new features, bug fixes 2017-06-28 20:01:24 -04: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 Add FreeBSD support (#363) 2018-04-07 16:59:09 -04:00
xBRZ Fixed Linux compilation errors/warnings 2017-05-04 23:38:27 -04:00
ArchiveReader.cpp Input: Added support for ~20 new peripherals (Incomplete, more fixes/changes to come) 2017-11-19 23:08:23 -05:00
ArchiveReader.h Input: Added support for ~20 new peripherals (Incomplete, more fixes/changes to come) 2017-11-19 23:08:23 -05: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
Base64.h Input: Added UI for family basic tape recorder 2017-11-24 21:38:12 -05:00
BaseCodec.h Linux: Fixed warnings with newer version of clang 2018-06-11 19:07:05 -04: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 GCC: Fixed warnings 2018-03-24 11:22:43 -04:00
BpsPatcher.h GCC: Fixed warnings 2018-03-24 11:22:43 -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 Linux: Read all /dev/input/event entries, not just the first 30 2019-02-08 20:34:10 -05:00
FolderUtilities.h UI: Setup wizard + folder path configuration 2017-08-11 22:20:07 -04:00
HexUtilities.cpp Core: Changed CPU cycle counter to be a 64-bit int (breaks save state compatibility) 2019-05-12 12:28:01 -04:00
HexUtilities.h Core: Changed CPU cycle counter to be a 64-bit int (breaks save state compatibility) 2019-05-12 12:28:01 -04:00
IpsPatcher.cpp Input: Added support for ~20 new peripherals (Incomplete, more fixes/changes to come) 2017-11-19 23:08:23 -05:00
IpsPatcher.h Input: Added support for ~20 new peripherals (Incomplete, more fixes/changes to come) 2017-11-19 23:08:23 -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 Fixed compilation errors (Android)/warnings 2018-07-08 20:19:21 -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 Video: Fixed red line at bottom of screen with NTSC filter 2018-01-06 08:07:16 -05: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 Set Windows timer interval to 1ms when emulation is running (+ added option to disable this behavior) 2018-06-07 21:48:21 -04:00
PlatformUtilities.h Set Windows timer interval to 1ms when emulation is running (+ added option to disable this behavior) 2018-06-07 21:48:21 -04:00
PNGHelper.cpp Fixed compilation errors (Android)/warnings 2018-07-08 20:19:21 -04:00
PNGHelper.h Code refactoring (patch/archive handling) + allow HD packs to be loaded from archives 2017-07-30 09:46:07 -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 Debugger: Fixed multi-threading issue that caused debugger to open up on its own while Lua scripts were running 2017-10-09 10:07:08 -04:00
SimpleLock.h Locks: Used thread_local to remove calls to GetCurrentThreadId (faster) 2016-01-26 17:21:33 -05:00
Socket.cpp Libretro: Removed filesystem API dependency, removed socket dependencies 2018-01-05 15:03:33 -05:00
Socket.h Libretro: Removed Lua dependency 2018-01-05 15:37:49 -05:00
stb_vorbis.cpp Fixed compilation errors (Android)/warnings 2018-07-08 20:19:21 -04:00
stb_vorbis.h HD Packs: Allow replacing game audio 2017-08-19 16:46:57 -04: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 HD Packs: Optimized some bottlenecks when parsing definition file 2018-03-07 21:56:10 -05:00
SZReader.cpp Fixed compilation warnings 2017-08-06 11:55:23 -04:00
SZReader.h Code refactoring (patch/archive handling) + allow HD packs to be loaded from archives 2017-07-30 09:46:07 -04:00
Timer.cpp Libretro: Removed Lua dependency 2018-01-05 15:37:49 -05:00
Timer.h Libretro: Removed Lua dependency 2018-01-05 15:37:49 -05:00
UPnPPortMapper.cpp Libretro: Removed filesystem API dependency, removed socket dependencies 2018-01-05 15:03:33 -05:00
UPnPPortMapper.h Improved UPnP code - now works more often 2016-01-21 17:32:39 -05:00
UpsPatcher.cpp GCC: Fixed warnings 2018-03-24 11:22:43 -04:00
UpsPatcher.h GCC: Fixed warnings 2018-03-24 11:22:43 -04:00
UTF8Util.cpp Utilities: Fixed windows compilation error + replaced windows-specific code 2016-12-21 19:31:07 -05:00
UTF8Util.h Libretro: Makefile for buildbot (#301) 2018-01-05 23:12:20 -05:00
Utilities.vcxproj Libretro: Removed filesystem API dependency, removed socket dependencies 2018-01-05 15:03:33 -05:00
Utilities.vcxproj.filters Input: Added UI for family basic tape recorder 2017-11-24 21:38:12 -05:00
ZipReader.cpp PGO/Test fixes 2017-12-28 16:52:49 -05:00
ZipReader.h Code refactoring (patch/archive handling) + allow HD packs to be loaded from archives 2017-07-30 09:46:07 -04:00
ZipWriter.cpp Input: Added support for ~20 new peripherals (Incomplete, more fixes/changes to come) 2017-11-19 23:08:23 -05:00
ZipWriter.h Input: Added support for ~20 new peripherals (Incomplete, more fixes/changes to come) 2017-11-19 23:08:23 -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