SameBoy | Accurate GB/GBC emulator |
| download: https://git.y1.nz/archives/sameboy.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit b932f6699e0e3a61f6a9fdab0354f4c51251b64b parent 20e9b1c655780f6edddf679424b5db8cf8178931 Author: Lior Halphon <LIJI32@gmail.com> Date: Sun, 12 Jun 2022 21:42:26 +0300 Fix libretro build Diffstat:
| M | libretro/libretro_core_options.inc | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libretro/libretro_core_options.inc b/libretro/libretro_core_options.inc @@ -66,7 +66,7 @@ struct retro_core_option_v2_category option_cats_us[] = { "Input", "Configure input parameters: rumble support." }, - { NULL, NULL, NULL, NULL }, + { NULL, NULL }, }; struct retro_core_option_v2_definition option_defs_us[] = {
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.