dolphin/Source/Core
ash!! 43ceba4fef optimize TextureCacheBase::SerializeTexture, ::DeserializeTexture
texture serialization and deserialization used to involve many memory
allocations and deallocations, along with many copies to and from
those allocations. avoid those by reserving a memory region inside the
output and writing there directly, skipping the allocation and copy to
an intermediate buffer entirely.
2021-04-18 13:40:42 -07:00
..
AudioCommon Replace uses of cassert with Common/Assert.h 2021-04-02 10:18:18 -07:00
Common optimize TextureCacheBase::SerializeTexture, ::DeserializeTexture 2021-04-18 13:40:42 -07:00
Core WiiUtils: Add helper functions to get emulated/real Bluetooth device 2021-04-12 18:16:56 +02:00
DiscIO DiscIO: Use MathUtil::SaturatingCast 2021-04-06 23:27:23 +02:00
DolphinNoGUI Set console's default language/country/region based on computer settings 2021-03-27 10:05:26 +01:00
DolphinQt WiiUtils: Add helper functions to get emulated/real Bluetooth device 2021-04-12 18:16:56 +02:00
InputCommon Replace uses of cassert with Common/Assert.h 2021-04-02 10:18:18 -07:00
MacUpdater
UICommon [Updater] Check whether we've already had an update triggered 2021-03-11 02:48:46 -08:00
UpdaterCommon
VideoBackends Convert BPMemory to BitField and enum class 2021-03-06 19:27:19 -08:00
VideoCommon optimize TextureCacheBase::SerializeTexture, ::DeserializeTexture 2021-04-18 13:40:42 -07:00
WinUpdater
CMakeLists.txt
DolphinLib.ARM64.props
DolphinLib.props Set console's default language/country/region based on computer settings 2021-03-27 10:05:26 +01:00
DolphinLib.vcxproj JitCommon: Signed 32-bit division magic constants 2021-03-07 18:27:36 +01:00
DolphinLib.vcxproj.user
DolphinLib.x64.props