From 9a1d7f4a267c01bba235b317df578ccb9bcceda9 Mon Sep 17 00:00:00 2001 From: niuus <30782922+niuus@users.noreply.github.com> Date: Sun, 16 Oct 2022 16:24:24 -0400 Subject: [PATCH] Update README --- Gamecube/release/apps/README | 58 +++++++++++++++++++++++------------- 1 file changed, 37 insertions(+), 21 deletions(-) diff --git a/Gamecube/release/apps/README b/Gamecube/release/apps/README index ad31a48..5265bf7 100644 --- a/Gamecube/release/apps/README +++ b/Gamecube/release/apps/README @@ -8,19 +8,20 @@ LICENSE: and to have the source available. QUICK USAGE: - * ISOs can be .bin/.cue (Make sure .cue contains _relative_ directory!), .img, or .iso format + * Games can be .bin + .cue (Make sure .cue contains _relative_ directory!), a single .bin, .img, or .iso format * To install: Extract the contents of WiiSXRX.zip to the root of your SD card - * For SD/USB: Put ISOs (.bin/.cue or other formats) in the directory named /wiisxrx/isos, - All Memory Cards will automatically be placed in /wiisxrx/saves - All Savestates will automatically be placed in /wiisxrx/savestates - * For DVD: ISOs may be anywhere on the disc (requires DVDxV2 on Wii) - * For actual BIOS: Put SCPH1001.BIN in the directory on SD/USB named /wiisxrx/bios + * For SD/USB: Put games (.bin + .cue or other formats) in the directory named /WiiSXRX/isos, + All Memory Cards will automatically be placed in /WiiSXRX/saves + All Savestates will automatically be placed in /WiiSXRX/savestates + * For DVD media: games may be anywhere on the disc (requires DVDxV2 on Wii) + * For actual BIOS: Put SCPH1001.BIN in the directory on SD/USB named /WiiSXRX/bios * Load the executable from the HBC or in the loader of your choice - Once loaded, select 'Load ISO' and choose the source and select the ISO to load + Once the emulator is running, select 'Load CD', choose the source media, and select the game to load (Note: to go up a directory select '..', B will exit the file browser) * Select 'Play Game' to play - The game can be exited any time by pressing a configurable key combination together - on a GC pad (START & X), Wii Classic Controller or Pro (HOME), Wiimote (- & +), + You can go back from a game to the emulator menu by pressing a configurable key combination together. + If you haven't changed it through the settings, the defaults are: + On a GC pad (START & X), Wii Classic Controller or Pro (HOME), Wiimote (- & +), Wii U Pro Controller (HOME), or Wii U Gamepad (HOME) Wiimote+Nunchuck (1 & 2), or the reset button (Note: this must be done to save your game; it will not be done automatically) @@ -40,25 +41,34 @@ Controls: Settings: * General - * Native Saves Device: Choose where to load and save native game saves - * Save States Device: Choose where to load and save save states - * Select CPU Core: Choose whether to play games with pure interpreter + * Select CPU core: choose whether to play games with pure interpreter (better compatibility) or dynarec (better speed) - * Save settings.cfg: Save all of these settings either SD or USB (to be loaded automatically next time) + * Select BIOS: choose your own dumped BIOS file source. HLE is for the embedded open source BIOS, + which will change compatibility, so change between them if a game doesn't run with the commercial PSX BIOS + * Boot through BIOS: boot the games with the Sony PlayStation screen, if you're using an external PSX BIOS only + * Execute BIOS: boot the PSX BIOS only + * Save settings: Save all of these settings either SD or USB (to be loaded automatically next time) * Video * Show FPS: Display the framerate in the top-left corner of the screen - * Screen Mode: Select the aspect ratio of the display; 'Force 16:9' will pillar-box the in-game display + * Limit FPS: limit the framerate to 59.94 (60 Hz NTSC games) or 50 (50Hz PAL games) when using Auto. + Off will make it go as far as the console's CPU can push the framerate + * Frameskip: allows the emulator to skip some frames to maintain full speed on some games + * Screen Ratio: Select the aspect ratio of the display; 'Force 16:9' will pillar-box the in-game display + * Dithering: set the original console behavior depending on whether you want to use the feature or not. + It will create some extra workload on the CPU so turn it to None, Default or Always at your discretion * Input * Configure Input: Select controllers to use in game * Configure Buttons: Enter the controller configuration screen described above - * Save Button Configs: Save all of the controller configuration slots to SD or USB - * Auto Load Slot: Select which slot to automatically be loaded for each type of controller + * Save button configs: Save all of the controller configuration slots to SD or USB + * Auto Load slot: Select which slot to automatically be loaded for each type of controller * Audio - * Disable Audio: Select to mute the sound + * Disable audio: Select to mute the sound * Saves - * Auto Save Native Saves: When enabled, the emulator will automatically load - saves from the selected device on ISO load and save when returning to the menu or + * Memcard Save device: Choose where to load and save native game saves + * Auto Save Memcards: When enabled, the emulator will automatically load + saves from the selected device on game load and save when returning to the menu or turning off the console + * Save States device: Choose where to load and save save states * Copy Saves: Not yet implemented * Delete Saves: Not yet implemented @@ -83,13 +93,19 @@ CREDITS: * https://https://github.com/FIX94/libwiidrc * LibWUPC integration: Daxtsu * https://github.com/FIX94/libwupc + * PSX Multitap: vmartinv + * https://github.com/vmartinv/wiisxr + * xjsxjs197 updates from PCSX-ReARMed: + * https://github.com/xjsxjs197/WiiSXRX_2022/ * pcsx team http://www.pcsx.net/ * pcsx-df http://pcsx-df.sourceforge.net/ * pcsx-r http://pcsxr.codeplex.com/ + * pcsx-ReARMed https://github.com/notaz/pcsx_rearmed * pcsx 1.5-test3 mac version by Gil Pederson http://pcsx.gpost.dk/ * P.E.Op.S. PSX Gpu & SPU http://sourceforge.net/projects/peops/ * franspu * CDRMooby + * CDRISO * SSSPSX * Compiled using devKitPro ( http://sourceforge.net/projects/devkitpro ) @@ -140,10 +156,10 @@ Last minor update before changing around the compatibility. Makes some extra games boot with BIOS without the need to use HLE exclusively. (Resident Evil 2 - Dual Shock Ver., Pocket Fighter, etc.) * The settings file is now named settingsRX.cfg, so other forks don't overwrite it. -* You can rename you current settings.cfg or just quickly create a new one inside WiiSXRX. +You can rename you current settings.cfg or just quickly create a new one inside WiiSXRX. * Readme updates -Experimental builds with auto-enabled PS1 Multitap support added. +* Experimental builds with auto-enabled PSX Multitap support added. (thanks vmartinv!) Tested compatible games are listed on a TXT inside the zipped file. If it is not listed, then it's untested.