Mesen2/Utilities
2024-03-30 11:42:31 +09:00
..
Audio Added GBA support 2024-03-30 11:42:31 +09:00
HQX Rename stdafx.h to pch.h 2022-09-08 21:29:52 -04:00
KreedSaiEagle Rename stdafx.h to pch.h 2022-09-08 21:29:52 -04:00
NTSC Added SMS/GG/SG-1000 support 2023-12-14 22:23:27 +09:00
Patches Rename stdafx.h to pch.h 2022-09-08 21:29:52 -04:00
Scale2x Rename stdafx.h to pch.h 2022-09-08 21:29:52 -04:00
Video Linux: Tweak makefile to try to fix dev builds not getting optimized 2023-02-20 17:57:48 -05:00
xBRZ Rename stdafx.h to pch.h 2022-09-08 21:29:52 -04:00
ArchiveReader.cpp Rename stdafx.h to pch.h 2022-09-08 21:29:52 -04:00
ArchiveReader.h Rename stdafx.h to pch.h 2022-09-08 21:29:52 -04:00
AutoResetEvent.cpp Reduced CPU usage for HUDs and when paused 2023-10-14 22:15:27 +09:00
AutoResetEvent.h Reduced CPU usage for HUDs and when paused 2023-10-14 22:15:27 +09:00
Base64.h Rename stdafx.h to pch.h 2022-09-08 21:29:52 -04:00
BitUtilities.h Added GBA support 2024-03-30 11:42:31 +09:00
CompressionHelper.h Rewind: Reduce memory usage, increase save state frequency (which reduces delay when rewind starts) 2023-02-16 22:18:56 -05:00
CRC32.cpp Rename stdafx.h to pch.h 2022-09-08 21:29:52 -04:00
CRC32.h Rename stdafx.h to pch.h 2022-09-08 21:29:52 -04:00
FastString.h Added SMS/GG/SG-1000 support 2023-12-14 22:23:27 +09:00
FolderUtilities.cpp Rename stdafx.h to pch.h 2022-09-08 21:29:52 -04:00
FolderUtilities.h Rename stdafx.h to pch.h 2022-09-08 21:29:52 -04:00
HexUtilities.cpp Added GBA support 2024-03-30 11:42:31 +09:00
HexUtilities.h Added GBA support 2024-03-30 11:42:31 +09:00
ISerializable.h Save state support 2019-03-12 09:15:57 -04:00
kissfft.h Audio player freq visualization 2021-05-01 19:20:42 -04:00
magic_enum.hpp Movies: Save/load settings and cheats, fixed bugs/crashes, fixed todos 2022-07-26 23:36:38 -04:00
md5.cpp Rename stdafx.h to pch.h 2022-09-08 21:29:52 -04:00
md5.h Add back some of the excluded projects 2019-02-13 14:10:36 -05:00
miniz.cpp Rename stdafx.h to pch.h 2022-09-08 21:29:52 -04:00
miniz.h WIP HD packs 2021-05-09 23:14:30 -04:00
pch.cpp Rename stdafx.h to pch.h 2022-09-08 21:29:52 -04:00
pch.h Fixed MSVC performance issue caused by __forceinline being redefined as inline by mistake 2023-04-23 20:54:52 -04:00
PlatformUtilities.cpp Fixed timer resolution getting reset to default when opening and then closing the history viewer 2023-02-22 23:58:42 -05:00
PlatformUtilities.h Fixed timer resolution getting reset to default when opening and then closing the history viewer 2023-02-22 23:58:42 -05:00
PNGHelper.cpp NES: HD Packs - Fixed display issues (transparency, missing tiles) 2023-03-02 19:11:59 -05:00
PNGHelper.h NES: Slightly improve hd pack load times by reducing memory allocations 2023-03-01 20:08:13 -05:00
RandomHelper.h Rename stdafx.h to pch.h 2022-09-08 21:29:52 -04:00
safe_ptr.h Rename stdafx.h to pch.h 2022-09-08 21:29:52 -04:00
Serializer.cpp GB: Allow loading GB/GBC/SGB save states on any of the 3 models 2023-01-30 19:50:05 -05:00
Serializer.h Linux: Fixed compilation errors/warnings 2023-12-15 03:43:37 -05:00
sha1.cpp Rename stdafx.h to pch.h 2022-09-08 21:29:52 -04:00
sha1.h Save state support 2019-03-12 09:15:57 -04:00
SimpleLock.cpp Rename stdafx.h to pch.h 2022-09-08 21:29:52 -04:00
SimpleLock.h Rename stdafx.h to pch.h 2022-09-08 21:29:52 -04:00
Socket.cpp Rename stdafx.h to pch.h 2022-09-08 21:29:52 -04:00
Socket.h Rename stdafx.h to pch.h 2022-09-08 21:29:52 -04:00
spng.c Fixed some more missing variable initialization 2022-01-24 21:48:35 -05:00
spng.h WIP HD packs 2021-05-09 23:14:30 -04:00
StaticFor.h Added GBA support 2024-03-30 11:42:31 +09:00
StringUtilities.h Added GBA support 2024-03-30 11:42:31 +09:00
SZReader.cpp Refactoring - Moved some leftover files out of the root folder 2022-09-08 21:48:49 -04:00
SZReader.h Refactoring - Moved some leftover files out of the root folder 2022-09-08 21:48:49 -04:00
Timer.cpp AVI: Added options to record system/input HUDs in AVIs 2023-02-15 00:28:39 -05:00
Timer.h AVI: Added options to record system/input HUDs in AVIs 2023-02-15 00:28:39 -05:00
UPnPPortMapper.cpp Utilities: Update stb_vorbis to latest version 2023-03-13 00:08:41 -04:00
UPnPPortMapper.h Rename stdafx.h to pch.h 2022-09-08 21:29:52 -04:00
UTF8Util.cpp NES: HD packs load optimizations 2023-03-02 00:00:55 -05:00
UTF8Util.h Debugger: Lua - Added measureString, added support for text wrapping in drawString 2022-08-01 20:48:06 -04:00
Utilities.vcxproj Added GBA support 2024-03-30 11:42:31 +09:00
Utilities.vcxproj.filters Added GBA support 2024-03-30 11:42:31 +09:00
VirtualFile.cpp Added GBA support 2024-03-30 11:42:31 +09:00
VirtualFile.h When a file has an unknown extension, check for known file signatures to pick a core 2023-03-12 16:39:48 -04:00
ZipReader.cpp Rename stdafx.h to pch.h 2022-09-08 21:29:52 -04:00
ZipReader.h Rename stdafx.h to pch.h 2022-09-08 21:29:52 -04:00
ZipWriter.cpp Rename stdafx.h to pch.h 2022-09-08 21:29:52 -04:00
ZipWriter.h Rename stdafx.h to pch.h 2022-09-08 21:29:52 -04:00