harry
25cdc5ade1
Ensure proper initialized returns for emufile read functions.
2023-02-20 12:53:55 -05:00
harry
0a19794cec
Fixed a few warnings for -Wunused-result with fread usage.
2023-01-29 12:32:47 -05:00
harry
2d158a8298
Updated a few types to size_t to match std.
2023-01-27 21:01:51 -05:00
harry
5e9e80eddc
Change EMUFILE fseek,ftell, and other related functions to use types that follow the C standard (long int for position offsets and size_t for sizes). This allows for larger max file sizes on unix platforms and cleaner code that better maps to the C standard.
2023-01-25 21:46:30 -05:00
Matthew Budd
70a804e90f
Fixed a few code errors identified by cppcheck static code analyzer.
...
Fixed incorrect error handling of realloc function to prevent memory leak.
Fixed a few uninitialized local stack variables.
Changed (1 << 31) to (1u << 31) to fix error stating that a signed 32 bit integer shifted by 31 bits can result in undefined behavior.
2020-05-08 23:30:31 -04:00
aquanull
2d81852e81
Fixes for some file handles and memory leaks.
2018-04-04 18:28:42 +08:00
zeromus
0307e3b827
migration tidying (build master from trunk)
2018-04-08 17:35:15 -05:00
punkrockguy318
2be5084a7b
create new subversion repo structure (trunk, tags, branches)
...
[[Split portion of a mixed commit.]]
2013-03-15 19:00:14 +00:00
CaH4e3
43ee931dec
cleanup and version bum... hmmm (not no mention something else)
2012-10-21 16:40:04 +00:00
zeromus
601b1ad867
win32-support funny languages for opening roms, through drag&drop, at least.
2012-06-08 21:15:37 +00:00
zeromus
7526131735
sync emufiles between emus
2011-03-20 18:34:08 +00:00
zeromus
195528abc5
unify emufile across emulators
2010-11-07 23:33:11 +00:00
zeromus
bccf3f2f85
movie speedups
2010-05-28 03:59:19 +00:00
zeromus
4e66aaef9c
replace most of the crappy iostream stuff with EMUFILE
2010-05-17 21:02:38 +00:00
adelikat
5993feb80c
Getting the ball rolling on replacing the movie savestate ostream usage. Porting over the emufile class for desmume. Had to impport its types.h as types-des.h to get it to compile. Added the files to both the vc9 & vc10 proj files.
2010-05-16 19:41:11 +00:00