should fix 2085437
This commit is contained in:
parent
cb61a9bb4e
commit
49ed12c395
|
@ -1,4 +1,6 @@
|
||||||
---version 2.0.3 yet to be released---
|
---version 2.0.3 yet to be released---
|
||||||
|
24-sep-2008 - punkrockguy318 - [ 2085437 ] should fix issues with missing
|
||||||
|
author field crashing fceux
|
||||||
24-sep-2008 - punkrockguy318 - [ 2047057 ] added uninstall script for gfceux
|
24-sep-2008 - punkrockguy318 - [ 2047057 ] added uninstall script for gfceux
|
||||||
24-sep-2008 - punkrockguy318 - [ 2062823 ] fixed ppc build errors and added
|
24-sep-2008 - punkrockguy318 - [ 2062823 ] fixed ppc build errors and added
|
||||||
LSB_FIRST option to build scripts
|
LSB_FIRST option to build scripts
|
||||||
|
|
|
@ -586,7 +586,7 @@ EFCM_CONVERTRESULT convert_fcm(MovieData& md, std::string fname)
|
||||||
|
|
||||||
md.romFilename = readNullTerminatedAscii(fp);
|
md.romFilename = readNullTerminatedAscii(fp);
|
||||||
|
|
||||||
md.comments.push_back(L"author " + mbstowcs(readNullTerminatedAscii(fp)));
|
md.comments.push_back(L"author " + mbstowcs(readNullTerminatedAscii(fp)));
|
||||||
|
|
||||||
//int metadata_length = savestate_offset - MOVIE_V1_HEADER_SIZE;
|
//int metadata_length = savestate_offset - MOVIE_V1_HEADER_SIZE;
|
||||||
//uint8* metadata = new uint8[metadata_length];
|
//uint8* metadata = new uint8[metadata_length];
|
||||||
|
|
Loading…
Reference in New Issue