daedalus/Source/Utility
Wally 4528261cd4 Removed redundant pspfpu file
Set Framerate limiter and top 3 advanced optimisations to true
Tidy up rom screen a bit more
2019-03-17 09:33:23 +09:00
..
Alignment.h *Clean build from StrmnNrmns repo 2019-02-27 17:04:51 +11:00
AtomicPrimitives.h *Clean build from StrmnNrmns repo 2019-02-27 17:04:51 +11:00
AuxFunc.h [!] Fixed fastRand (sorry, didn't mean to commit this in the first place!) 2013-03-14 18:13:03 +00:00
Cond.h [~] Add Condition variable utility code 2013-06-16 20:50:28 +01:00
CRC.cpp *Clean build from StrmnNrmns repo 2019-02-27 17:04:51 +11:00
CRC.h [~] Make header guards consistently use FULL_PATH_TO_FILE_H_, with script 2013-06-04 22:02:30 +01:00
DaedalusTypes.h *Clean build from StrmnNrmns repo 2019-02-27 17:04:51 +11:00
DataSink.cpp *Clean build from StrmnNrmns repo 2019-02-27 17:04:51 +11:00
DataSink.h [~] Make header guards consistently use FULL_PATH_TO_FILE_H_, with script 2013-06-04 22:02:30 +01:00
Endian.h [!] Optimized ConvertRGBA16, ConvertI4 and ConvertIA4 (Noticed these were using quiet bit of CPU % in OOT) maybe add a texture update option eventually? ;p 2013-07-01 22:29:05 +01:00
FastMemcpy.cpp *Clean build from StrmnNrmns repo 2019-02-27 17:04:51 +11:00
FastMemcpy.h [!] Fixed bug in memcpy_byteswap when size is less than 4 2013-06-11 23:08:05 -07:00
FastMemcpy_test.cpp [~] Test for FastMemcpy 2013-07-02 08:36:22 +01:00
FramerateLimiter.cpp *Clean build from StrmnNrmns repo 2019-02-27 17:04:51 +11:00
FramerateLimiter.h [~] Make header guards consistently use FULL_PATH_TO_FILE_H_, with script 2013-06-04 22:02:30 +01:00
Functor.h [~] Make header guards consistently use FULL_PATH_TO_FILE_H_, with script 2013-06-04 22:02:30 +01:00
Hash.cpp [~] Re-enable murmur_hash. I don't understand why it was disabled like this - the linker will strip it if it's unused. We shouldn't need to manually dead-strip code (if we do, we need to fix the linker flags...) 2013-04-23 22:32:34 +00:00
Hash.h [~] Make header guards consistently use FULL_PATH_TO_FILE_H_, with script 2013-06-04 22:02:30 +01:00
IniFile.cpp *Clean build from StrmnNrmns repo 2019-02-27 17:04:51 +11:00
IniFile.h [~] Make header guards consistently use FULL_PATH_TO_FILE_H_, with script 2013-06-04 22:02:30 +01:00
IO.h *Clean build from StrmnNrmns repo 2019-02-27 17:04:51 +11:00
Macros.h *Clean build from StrmnNrmns repo 2019-02-27 17:04:51 +11:00
MemoryHeap.cpp *Clean build from StrmnNrmns repo 2019-02-27 17:04:51 +11:00
MemoryHeap.h [~] Make header guards consistently use FULL_PATH_TO_FILE_H_, with script 2013-06-04 22:02:30 +01:00
MemoryPool.cpp [+] Initial repo (based from r630 dx64 branch) 2010-12-24 04:37:41 +00:00
MemoryPool.h [~] Make header guards consistently use FULL_PATH_TO_FILE_H_, with script 2013-06-04 22:02:30 +01:00
Mutex.h *Clean build from StrmnNrmns repo 2019-02-27 17:04:51 +11:00
Preferences.cpp Removed redundant pspfpu file 2019-03-17 09:33:23 +09:00
Preferences.h *Clean build from StrmnNrmns repo 2019-02-27 17:04:51 +11:00
PrintOpCode.cpp [~] stdafx cleanup: Include stdio.h and stdlib.h where needed 2013-05-19 08:53:29 +00:00
PrintOpCode.h [~] Make header guards consistently use FULL_PATH_TO_FILE_H_, with script 2013-06-04 22:02:30 +01:00
Profiler.cpp [~] Tidy Profiler.cpp 2013-04-23 22:32:55 +00:00
Profiler.h [~] Make header guards consistently use FULL_PATH_TO_FILE_H_, with script 2013-06-04 22:02:30 +01:00
RefCounted.h *Clean build from StrmnNrmns repo 2019-02-27 17:04:51 +11:00
ROMFile.cpp *Clean build from StrmnNrmns repo 2019-02-27 17:04:51 +11:00
ROMFile.h [~] Drop the _MSC_VER check around #pragme once - all the compilers we use understand #pragma once (or happily ignore it) 2013-06-04 22:02:30 +01:00
ROMFileCache.cpp *Clean build from StrmnNrmns repo 2019-02-27 17:04:51 +11:00
ROMFileCache.h [~] Make header guards consistently use FULL_PATH_TO_FILE_H_, with script 2013-06-04 22:02:30 +01:00
ROMFileCompressed.cpp *Clean build from StrmnNrmns repo 2019-02-27 17:04:51 +11:00
ROMFileCompressed.h [~] Make header guards consistently use FULL_PATH_TO_FILE_H_, with script 2013-06-04 22:02:30 +01:00
ROMFileMemory.cpp *Clean build from StrmnNrmns repo 2019-02-27 17:04:51 +11:00
ROMFileMemory.h [~] Make header guards consistently use FULL_PATH_TO_FILE_H_, with script 2013-06-04 22:02:30 +01:00
ROMFileUncompressed.cpp *Clean build from StrmnNrmns repo 2019-02-27 17:04:51 +11:00
ROMFileUncompressed.h [~] Make header guards consistently use FULL_PATH_TO_FILE_H_, with script 2013-06-04 22:02:30 +01:00
Singleton.h *Clean build from StrmnNrmns repo 2019-02-27 17:04:51 +11:00
SpinLock.h [~] Make header guards consistently use FULL_PATH_TO_FILE_H_, with script 2013-06-04 22:02:30 +01:00
Stream.cpp [~] stdafx cleanup: Include stdio.h and stdlib.h where needed 2013-05-19 08:53:29 +00:00
Stream.h [~] Make header guards consistently use FULL_PATH_TO_FILE_H_, with script 2013-06-04 22:02:30 +01:00
String.h *Clean build from StrmnNrmns repo 2019-02-27 17:04:51 +11:00
StringUtil.cpp [~] Add a ParseU32 function that works on unterminated ranges 2013-03-25 22:39:57 +00:00
StringUtil.h [~] Make header guards consistently use FULL_PATH_TO_FILE_H_, with script 2013-06-04 22:02:30 +01:00
Synchroniser.cpp [~] Consistent #endif comments 2013-06-04 22:02:30 +01:00
Synchroniser.h [~] Make header guards consistently use FULL_PATH_TO_FILE_H_, with script 2013-06-04 22:02:30 +01:00
Thread.h [~] Make header guards consistently use FULL_PATH_TO_FILE_H_, with script 2013-06-04 22:02:30 +01:00
Timer.cpp [+] Initial repo (based from r630 dx64 branch) 2010-12-24 04:37:41 +00:00
Timer.h [~] Make header guards consistently use FULL_PATH_TO_FILE_H_, with script 2013-06-04 22:02:30 +01:00
Timing.h [~] Make header guards consistently use FULL_PATH_TO_FILE_H_, with script 2013-06-04 22:02:30 +01:00
Translate.cpp [~] Compile fixes 2013-05-19 18:55:22 +00:00
Translate.h [~] Make header guards consistently use FULL_PATH_TO_FILE_H_, with script 2013-06-04 22:02:30 +01:00
VolatileMem.h [~] Make header guards consistently use FULL_PATH_TO_FILE_H_, with script 2013-06-04 22:02:30 +01:00
ZLibWrapper.cpp Revert RomSelectorCOmponent back to rev 636, fixes GUI bugs. 2019-03-16 20:36:22 +09:00
ZlibWrapper.h *Clean build from StrmnNrmns repo 2019-02-27 17:04:51 +11:00