.. |
ConvertUTF.c
|
migration tidying (build master from trunk)
|
2018-04-08 17:35:15 -05:00 |
ConvertUTF.h
|
migration tidying (build master from trunk)
|
2018-04-08 17:35:15 -05:00 |
backward.cpp
|
migration tidying (build master from trunk)
|
2018-04-08 17:35:15 -05:00 |
backward.hpp
|
migration tidying (build master from trunk)
|
2018-04-08 17:35:15 -05:00 |
crc32.cpp
|
migration tidying (build master from trunk)
|
2018-04-08 17:35:15 -05:00 |
crc32.h
|
migration tidying (build master from trunk)
|
2018-04-08 17:35:15 -05:00 |
endian.cpp
|
Fixed compiler endianness detection. Unified to use common macros in endian.h
|
2023-02-19 20:07:50 -05:00 |
endian.h
|
Fixed compiler endianness detection. Unified to use common macros in endian.h
|
2023-02-19 20:07:50 -05:00 |
general.cpp
|
Fixed a few code errors identified by cppcheck static code analyzer.
|
2020-05-08 23:30:31 -04:00 |
general.h
|
migration tidying (build master from trunk)
|
2018-04-08 17:35:15 -05:00 |
guid.cpp
|
migration tidying (build master from trunk)
|
2018-04-08 17:35:15 -05:00 |
guid.h
|
migration tidying (build master from trunk)
|
2018-04-08 17:35:15 -05:00 |
ioapi.cpp
|
migration tidying (build master from trunk)
|
2018-04-08 17:35:15 -05:00 |
ioapi.h
|
migration tidying (build master from trunk)
|
2018-04-08 17:35:15 -05:00 |
md5.cpp
|
migration tidying (build master from trunk)
|
2018-04-08 17:35:15 -05:00 |
md5.h
|
migration tidying (build master from trunk)
|
2018-04-08 17:35:15 -05:00 |
memory.cpp
|
Change size input for allocation functions to size_t type instead of uint32.
|
2023-02-18 16:23:28 -05:00 |
memory.h
|
Change size input for allocation functions to size_t type instead of uint32.
|
2023-02-18 16:23:28 -05:00 |
mutex.cpp
|
Initial add of execution profiling debug code. This code is only included in the build if the __FCEU_PROFILER_ENABLE__ macro is set.
|
2023-05-08 07:50:26 -04:00 |
mutex.h
|
Added TSC timing to suppliment lower resolution time measurements.
|
2023-05-09 08:26:28 -04:00 |
timeStamp.cpp
|
Added feature macro __FCEU_X86_TSC_ENABLE to enable usage of the X86 TSC.
|
2023-09-07 19:12:44 -04:00 |
timeStamp.h
|
Minor tscValid function correction.
|
2023-06-26 22:40:49 -04:00 |
unzip.cpp
|
migration tidying (build master from trunk)
|
2018-04-08 17:35:15 -05:00 |
unzip.h
|
migration tidying (build master from trunk)
|
2018-04-08 17:35:15 -05:00 |
valuearray.h
|
migration tidying (build master from trunk)
|
2018-04-08 17:35:15 -05:00 |
xstring.cpp
|
Fix for int conversion compiler warning.
|
2023-01-28 08:04:05 -05:00 |
xstring.h
|
Cleaned up gcc compiler warning : ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
|
2020-06-19 23:58:12 -04:00 |