Closed jdgleaver closed 2 years ago
This PR fixes two (relatively) minor issues with the core:
As a result of https://github.com/libretro/cannonball/commit/bb4524c718f16335c8419f4ce3a5310491de42b6, the core will segfault when loading roms with invalid checksums if frontend logging is enabled. This is because the wrong formatting specifiers are used in a log_cb() call. This PR sets the correct formatting specifiers.
log_cb()
At present, widescreen support is somewhat broken because the core cannot load the tilemap.bin and tilepatch.bin resource files. This PR ensures that these files are loaded from the core content directory.
tilemap.bin
tilepatch.bin
Closes #23
This PR fixes two (relatively) minor issues with the core:
As a result of https://github.com/libretro/cannonball/commit/bb4524c718f16335c8419f4ce3a5310491de42b6, the core will segfault when loading roms with invalid checksums if frontend logging is enabled. This is because the wrong formatting specifiers are used in a
log_cb()
call. This PR sets the correct formatting specifiers.At present, widescreen support is somewhat broken because the core cannot load the
tilemap.bin
andtilepatch.bin
resource files. This PR ensures that these files are loaded from the core content directory.Closes #23