.. |
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 a few code errors identified by cppcheck static code analyzer.
|
2020-05-08 23:30:31 -04:00 |
endian.h
|
migration tidying (build master from trunk)
|
2018-04-08 17:35:15 -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
|
ok, I realized we need to realloc buffers allocated by FCEU_malloc (why didn't I guess that..) which makes the fact that they're aligned be horrible. so I added FCEU_amalloc and FCEU_afree instead to do aligned allocs and frees.
|
2022-08-28 04:31:34 -04:00 |
memory.h
|
ok, I realized we need to realloc buffers allocated by FCEU_malloc (why didn't I guess that..) which makes the fact that they're aligned be horrible. so I added FCEU_amalloc and FCEU_afree instead to do aligned allocs and frees.
|
2022-08-28 04:31:34 -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
|
Compiler warning cleanup of unused variables and exception handling.
|
2021-03-19 20:59:03 -04: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 |