mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-08-16 22:44:10 +02:00
Update to v094r38 release.
byuu says: I'll post more detailed changes later, but basically: - fixed Baldur's Gate bug - guess if no flash ROM ID present (fixes Magical Vacation, many many others) - nall cleanups - sfc/cartridge major cleanups - bsxcartridge/"bsx" renamed to mcc/"mcc" after the logic chip it uses (consistency with SGB/ICD2) - ... and more!
This commit is contained in:
@@ -109,7 +109,7 @@ protected:
|
||||
auto parse(string document) -> void {
|
||||
//in order to simplify the parsing logic; we do an initial pass to normalize the data
|
||||
//the below code will turn '\r\n' into '\n'; skip empty lines; and skip comment lines
|
||||
char* p = document.pointer(), *output = p;
|
||||
char* p = document.get(), *output = p;
|
||||
while(*p) {
|
||||
char* origin = p;
|
||||
bool empty = true;
|
||||
|
Reference in New Issue
Block a user