From 0a40303ac6cea506ff678986af5c43d3f689352b Mon Sep 17 00:00:00 2001 From: neonloop Date: Wed, 20 Oct 2021 00:01:31 +0000 Subject: Updates patches for upstream changes --- patches/mame2000/0004-rotation.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'patches/mame2000/0004-rotation.patch') diff --git a/patches/mame2000/0004-rotation.patch b/patches/mame2000/0004-rotation.patch index 5601a64..19c705c 100644 --- a/patches/mame2000/0004-rotation.patch +++ b/patches/mame2000/0004-rotation.patch @@ -1,9 +1,9 @@ diff --git a/src/libretro/libretro.c b/src/libretro/libretro.c -index f9b3cfe..0171ac1 100644 +index adb09c4..53fc5e2 100644 --- a/src/libretro/libretro.c +++ b/src/libretro/libretro.c @@ -68,6 +68,8 @@ int should_skip_frame = 0; - static int sample_rate = 32000; + static int sample_rate = 22050; static int stereo_enabled = true; +static int rotate = false; @@ -33,7 +33,7 @@ index f9b3cfe..0171ac1 100644 ((frameskip_type != prev_frameskip_type))) @@ -312,6 +327,7 @@ void retro_set_environment(retro_environment_t cb) { "mame2000-show_gameinfo", "Show Game Information; disabled|enabled" }, - { "mame2000-sample_rate", "Audio Rate (Restart); 32000|11025|22050|32000|44100" }, + { "mame2000-sample_rate", "Audio Rate (Restart); 22050|11025|22050|32000|44100" }, { "mame2000-stereo", "Stereo (Restart); enabled|disabled" }, + { "mame2000-rotate", "Rotate (Restart); disabled|enabled" }, { NULL, NULL }, -- cgit v1.2.3