Fix N64 condition (#845)
This commit is contained in:
@@ -413,7 +413,7 @@ int n64_rom_tx(const char* name, unsigned char index) {
|
||||
int size = bytes2send;
|
||||
if (use_progress) ProgressMessage(0, 0, 0, 0);
|
||||
|
||||
if (index > 'A') {
|
||||
if (index == 2) {
|
||||
// Handle non-N64 files (Game Boy)
|
||||
while (bytes2send) {
|
||||
uint32_t chunk = (bytes2send > sizeof(buf)) ? sizeof(buf) : bytes2send;
|
||||
|
||||
Reference in New Issue
Block a user