mirror of
https://github.com/ekeeke/Genesis-Plus-GX.git
synced 2024-11-04 18:05:06 +01:00
fix snprintf
This commit is contained in:
parent
d3fbc1af60
commit
b55896a2a8
@ -715,7 +715,7 @@ bool retro_load_game(const struct retro_game_info *info)
|
||||
fprintf(stderr, "Sega CD JP BRAM is located at: %s\n", CD_BRAM_JP);
|
||||
fprintf(stderr, "Sega CD RAM CART is located at: %s\n", CART_BRAM);
|
||||
|
||||
snprintf(DEFAULT_PATH, sizeof(DEFAULT_PATH), g_rom_dir);
|
||||
snprintf(DEFAULT_PATH, sizeof(DEFAULT_PATH), "%s", g_rom_dir);
|
||||
|
||||
config_default();
|
||||
init_bitmap();
|
||||
|
Loading…
Reference in New Issue
Block a user