diff --git a/android/phoenix/res/layout/faq_whats_new.xml b/android/phoenix/res/layout/faq_whats_new.xml index 6fdfdc3b4b..ad02fc12ce 100644 --- a/android/phoenix/res/layout/faq_whats_new.xml +++ b/android/phoenix/res/layout/faq_whats_new.xml @@ -69,7 +69,7 @@ Wii / Gamecube\n * [SNES9x Next] Seiken Densetsu 3/Romancing Saga 3 no longer downsample to low-resolution for high-resolution modes on Xbox 1/Gamecube/Wii\n * [SNES9x Next] Add Core Option - 'SuperFX Overclock'.\n -* [SNES9x Next] Use sthbrx/stwbrx for READ_WORD/WRITE_WORD macros - speedup.\n +* [SNES9x Next] [Gamecube/Wii] Use sthbrx/stwbrx for READ_WORD/WRITE_WORD macros - speedup.\n * [Gambatte] Fixed serious input reporting bug on libretro side that could drastically slow down gameplay speed - found an edge case in a Japanese Pokemon Blue version that triggered this.\n diff --git a/dist-scripts/retroarch-CHANGELOG.txt b/dist-scripts/retroarch-CHANGELOG.txt index e01487fa08..2e5b3ecefc 100644 --- a/dist-scripts/retroarch-CHANGELOG.txt +++ b/dist-scripts/retroarch-CHANGELOG.txt @@ -8,7 +8,7 @@ Wii / Gamecube * [SNES9x Next] Seiken Densetsu 3/Romancing Saga 3 no longer downsample to low-resolution for high-resolution modes on Xbox 1/Gamecube/Wii * [SNES9x Next] Add Core Option - 'SuperFX Overclock'. -* [SNES9x Next] Use sthbrx/stwbrx for READ_WORD/WRITE_WORD macros - speedup. +* [SNES9x Next] [Gamecube/Wii] Use sthbrx/stwbrx for READ_WORD/WRITE_WORD macros - speedup. * [Gambatte] Fixed serious input reporting bug on libretro side that could drastically slow down gameplay speed - found an edge case in a Japanese Pokemon Blue version that triggered this. diff --git a/ios/RetroArch/RAModuleInfo.m b/ios/RetroArch/RAModuleInfo.m index 02a40b2496..b2d61027eb 100644 --- a/ios/RetroArch/RAModuleInfo.m +++ b/ios/RetroArch/RAModuleInfo.m @@ -28,6 +28,9 @@ static const uint32_t sectionSizes[2] = {1, 2}; if (!moduleList) { char pattern[PATH_MAX]; + /* FIXME - dylib files are now prefixed with _ios.dylib - so you should + * remove _ios from the pattern string and then check for matching .info + * files */ snprintf(pattern, PATH_MAX, "%s/modules/*.dylib", [[NSBundle mainBundle].bundlePath UTF8String]); glob_t files = {0}; diff --git a/ios/modules/desmume_libretro.info b/ios/modules/desmume_libretro.info deleted file mode 100644 index 7fa5ba8f95..0000000000 --- a/ios/modules/desmume_libretro.info +++ /dev/null @@ -1,5 +0,0 @@ -display_name = "Nintendo DS" -recommended_extensions = "nds" -corename = "DeSmuME" -manufacturer = "Nintendo" -systemname = "Nintendo DS" diff --git a/ios/modules/example.info b/ios/modules/example.info deleted file mode 100644 index a6b051a978..0000000000 --- a/ios/modules/example.info +++ /dev/null @@ -1,16 +0,0 @@ -## All data is optional, but helps improve user experience. - -# Name displayed when the user is selecting an core. -# display_name = "NES / Famicom" - -# List of supported extensions. -# supported_extensions = "nes|fds" - -# Name the core. -# corename = "Nestopia" - -# The developer. -# manufacturer = "Nintendo" - -# Name of the system that the emulator targets. -# systemname = "Nintendo Entertainment System" diff --git a/ios/modules/fb_alpha_libretro.info b/ios/modules/fb_alpha_libretro.info deleted file mode 100644 index 229b2aebc0..0000000000 --- a/ios/modules/fb_alpha_libretro.info +++ /dev/null @@ -1,5 +0,0 @@ -display_name = "Arcade" -supported_extensions = "zip|ZIP" -corename = "Final Burn Alpha" -manufacturer = "Various" -systemname = "Arcade (various)" diff --git a/ios/modules/gambatte_libretro.info b/ios/modules/gambatte_libretro.info deleted file mode 100644 index 123ac1c9cf..0000000000 --- a/ios/modules/gambatte_libretro.info +++ /dev/null @@ -1,5 +0,0 @@ -display_name = "Game Boy / Game Boy Color" -supported_extensions = "gb|gbc|dmg" -corename = "gambatte" -manufacturer = "Nintendo" -systemname = "Game Boy Color" diff --git a/ios/modules/genesis_plus_gx_libretro.info b/ios/modules/genesis_plus_gx_libretro.info deleted file mode 100644 index 7c5ecf20e6..0000000000 --- a/ios/modules/genesis_plus_gx_libretro.info +++ /dev/null @@ -1,6 +0,0 @@ -display_name = "Sega (MS/GG/MD/CD)" -supported_extensions = "md|smd|gen|sms|gg|sg|bin|cue|ios" -corename = "Genesis Plus GX" -manufacturer = "Sega" -systemname = "Sega (Various)" - diff --git a/ios/modules/mednafen_ngp_libretro.info b/ios/modules/mednafen_ngp_libretro.info deleted file mode 100644 index 9213f37e69..0000000000 --- a/ios/modules/mednafen_ngp_libretro.info +++ /dev/null @@ -1,6 +0,0 @@ -display_name = "Neo Geo Pocket (Color)" -supported_extensions = "ngp|ngc" -corename = "Mednafen Neopop" -manufacturer = "SNK" -systemname = "Neo Geo Pocket (Color)" - diff --git a/ios/modules/mednafen_pce_fast_libretro.info b/ios/modules/mednafen_pce_fast_libretro.info deleted file mode 100644 index e327a28b1b..0000000000 --- a/ios/modules/mednafen_pce_fast_libretro.info +++ /dev/null @@ -1,6 +0,0 @@ -display_name = "PC Engine/TurboGrafx-16" -supported_extensions = "pce|sgx|cue" -corename = "Mednafen PCE Fast" -manufacturer = "NEC" -systemname = "PC Engine/TurboGrafx-16" - diff --git a/ios/modules/mednafen_psx_libretro.info b/ios/modules/mednafen_psx_libretro.info deleted file mode 100644 index 5c748ec0c0..0000000000 --- a/ios/modules/mednafen_psx_libretro.info +++ /dev/null @@ -1,6 +0,0 @@ -display_name = "PlayStation" -supported_extensions = "cue|toc" -corename = "Mednafen PSX" -manufacturer = "Sony" -systemname = "PlayStation" - diff --git a/ios/modules/mednafen_vb_libretro.info b/ios/modules/mednafen_vb_libretro.info deleted file mode 100644 index 3df42a5e14..0000000000 --- a/ios/modules/mednafen_vb_libretro.info +++ /dev/null @@ -1,6 +0,0 @@ -display_name = "Virtual Boy" -supported_extensions = "vb|vboy|bin" -corename = "Mednafen VB" -manufacturer = "Nintendo" -systemname = "Virtual Boy" - diff --git a/ios/modules/mednafen_wswan_libretro.info b/ios/modules/mednafen_wswan_libretro.info deleted file mode 100644 index ec1f5b9344..0000000000 --- a/ios/modules/mednafen_wswan_libretro.info +++ /dev/null @@ -1,6 +0,0 @@ -display_name = "WonderSwan (Color)" -supported_extensions = "ws|wsc" -corename = "Mednafen WonderSwan" -manufacturer = "Bandai" -systemname = "WonderSwan (Color)" - diff --git a/ios/modules/modelviewer_libretro.info b/ios/modules/modelviewer_libretro.info deleted file mode 100644 index f6bba3967b..0000000000 --- a/ios/modules/modelviewer_libretro.info +++ /dev/null @@ -1,5 +0,0 @@ -display_name = "Modelviewer" -recommended_extensions = "obj" -corename = "Modelviewer" -manufacturer = "Various" -systemname = "3D Models" diff --git a/ios/modules/nestopia_libretro.info b/ios/modules/nestopia_libretro.info deleted file mode 100644 index 245c95604f..0000000000 --- a/ios/modules/nestopia_libretro.info +++ /dev/null @@ -1,6 +0,0 @@ -display_name = "NES / Famicom" -supported_extensions = "nes|fds" -corename = "Nestopia" -manufacturer = "Nintendo" -systemname = "Nintendo Entertainment System" - diff --git a/ios/modules/nxengine_libretro.info b/ios/modules/nxengine_libretro.info deleted file mode 100644 index 81ac6073fd..0000000000 --- a/ios/modules/nxengine_libretro.info +++ /dev/null @@ -1,3 +0,0 @@ -display_name = "NXEngine (Cave Story)" -supported_extensions = "exe" -corename = "NXEngine" diff --git a/ios/modules/pcsx_rearmed_libretro.info b/ios/modules/pcsx_rearmed_libretro.info deleted file mode 100644 index 25d8d3dc2c..0000000000 --- a/ios/modules/pcsx_rearmed_libretro.info +++ /dev/null @@ -1,5 +0,0 @@ -display_name = "PlayStation1" -supported_extensions = "bin|cue|img|mdf|pbp|cbn|toc" -corename = "PCSX ReARMed" -manufacturer = "Sony" -systemname = "PlayStation" diff --git a/ios/modules/prboom_libretro.info b/ios/modules/prboom_libretro.info deleted file mode 100644 index c1a416515a..0000000000 --- a/ios/modules/prboom_libretro.info +++ /dev/null @@ -1,3 +0,0 @@ -display_name = "PrBoom (DOOM)" -supported_extensions = "wad|iwad" -corename = "prboom" diff --git a/ios/modules/snes9x_next_libretro.info b/ios/modules/snes9x_next_libretro.info deleted file mode 100644 index cd0776f95c..0000000000 --- a/ios/modules/snes9x_next_libretro.info +++ /dev/null @@ -1,5 +0,0 @@ -display_name = "SNES / Super Famicom" -supported_extensions = "smc|fig|sfc|gd3|gd7|dx2|bsx|swc" -corename = "SNES9x Next" -manufacturer = "Nintendo" -systemname = "Super Nintendo Entertainment System" diff --git a/ios/modules/stella_libretro.info b/ios/modules/stella_libretro.info deleted file mode 100644 index a45de89830..0000000000 --- a/ios/modules/stella_libretro.info +++ /dev/null @@ -1,6 +0,0 @@ -display_name = "Atari 2600" -supported_extensions = "a26|bin" -corename = "Stella" -manufacturer = "Atari" -systemname = "Atari 2600" - diff --git a/ios/modules/tyrquake_libretro.info b/ios/modules/tyrquake_libretro.info deleted file mode 100644 index a12b75da38..0000000000 --- a/ios/modules/tyrquake_libretro.info +++ /dev/null @@ -1,3 +0,0 @@ -display_name = "TyrQuake" -supported_extensions = "pak" -corename = "prboom" diff --git a/ios/modules/vba_next_libretro.info b/ios/modules/vba_next_libretro.info deleted file mode 100644 index 48e862b69a..0000000000 --- a/ios/modules/vba_next_libretro.info +++ /dev/null @@ -1,5 +0,0 @@ -display_name = "Game Boy Advance" -supported_extensions = "gba" -corename = "VBA Next" -manufacturer = "Nintendo" -systemname = "Game Boy Advance"