2010-03-22 00:45:09 +01:00
|
|
|
/****************************************************************************
|
|
|
|
* Snes9x Nintendo Wii/Gamecube Port
|
|
|
|
*
|
|
|
|
* softdev July 2006
|
|
|
|
* crunchy2 May 2007-July 2007
|
|
|
|
* Michniewski 2008
|
|
|
|
* Tantric 2008-2010
|
|
|
|
*
|
|
|
|
* snes9xgx.cpp
|
|
|
|
*
|
|
|
|
* This file controls overall program flow. Most things start and end here!
|
|
|
|
***************************************************************************/
|
|
|
|
|
|
|
|
#include <gccore.h>
|
|
|
|
#include <stdio.h>
|
|
|
|
#include <stdlib.h>
|
|
|
|
#include <string.h>
|
2016-02-06 22:40:46 +01:00
|
|
|
#include <string>
|
2010-03-22 00:45:09 +01:00
|
|
|
#include <ogcsys.h>
|
|
|
|
#include <unistd.h>
|
|
|
|
#include <fat.h>
|
|
|
|
#include <debug.h>
|
|
|
|
#include <sys/iosupport.h>
|
|
|
|
|
|
|
|
#ifdef HW_RVL
|
|
|
|
#include <di/di.h>
|
2018-06-06 16:10:11 +02:00
|
|
|
#include <wiiuse/wpad.h>
|
2010-03-22 00:45:09 +01:00
|
|
|
#endif
|
2018-06-09 01:29:52 +02:00
|
|
|
#ifdef USE_VM
|
|
|
|
#include "vmalloc.h"
|
|
|
|
#endif
|
2010-03-22 00:45:09 +01:00
|
|
|
|
|
|
|
#include "snes9xgx.h"
|
|
|
|
#include "networkop.h"
|
|
|
|
#include "video.h"
|
|
|
|
#include "audio.h"
|
|
|
|
#include "menu.h"
|
|
|
|
#include "sram.h"
|
|
|
|
#include "freeze.h"
|
|
|
|
#include "preferences.h"
|
|
|
|
#include "button_mapping.h"
|
|
|
|
#include "fileop.h"
|
|
|
|
#include "filebrowser.h"
|
|
|
|
#include "input.h"
|
2010-06-29 09:48:17 +02:00
|
|
|
#include "mem2.h"
|
2010-03-22 00:45:09 +01:00
|
|
|
#include "utils/FreeTypeGX.h"
|
|
|
|
|
|
|
|
#include "snes9x/snes9x.h"
|
2016-03-12 21:58:51 +01:00
|
|
|
#include "snes9x/fxemu.h"
|
2010-03-22 00:45:09 +01:00
|
|
|
#include "snes9x/memmap.h"
|
|
|
|
#include "snes9x/apu/apu.h"
|
|
|
|
#include "snes9x/controls.h"
|
|
|
|
|
|
|
|
int ScreenshotRequested = 0;
|
|
|
|
int ConfigRequested = 0;
|
|
|
|
int ShutdownRequested = 0;
|
|
|
|
int ResetRequested = 0;
|
|
|
|
int ExitRequested = 0;
|
|
|
|
char appPath[1024] = { 0 };
|
2010-06-23 19:34:19 +02:00
|
|
|
static int currentMode;
|
2010-03-22 00:45:09 +01:00
|
|
|
|
|
|
|
extern "C" {
|
2018-06-09 01:29:52 +02:00
|
|
|
#ifdef USE_VM
|
|
|
|
#include "utils/vm/vm.h"
|
|
|
|
#endif
|
2018-06-06 16:10:11 +02:00
|
|
|
extern char* strcasestr(const char *, const char *);
|
2010-03-22 00:45:09 +01:00
|
|
|
extern void __exception_setreload(int t);
|
|
|
|
}
|
|
|
|
|
2010-06-23 19:34:19 +02:00
|
|
|
extern void S9xInitSync();
|
|
|
|
extern uint32 prevRenderedFrameCount;
|
|
|
|
|
2010-03-22 00:45:09 +01:00
|
|
|
/****************************************************************************
|
|
|
|
* Shutdown / Reboot / Exit
|
|
|
|
***************************************************************************/
|
|
|
|
|
|
|
|
void ExitCleanup()
|
|
|
|
{
|
|
|
|
ShutdownAudio();
|
|
|
|
StopGX();
|
|
|
|
|
|
|
|
HaltDeviceThread();
|
|
|
|
UnmountAllFAT();
|
|
|
|
|
|
|
|
#ifdef HW_RVL
|
|
|
|
DI_Close();
|
|
|
|
#endif
|
|
|
|
}
|
|
|
|
|
|
|
|
#ifdef HW_DOL
|
|
|
|
#define PSOSDLOADID 0x7c6000a6
|
|
|
|
int *psoid = (int *) 0x80001800;
|
|
|
|
void (*PSOReload) () = (void (*)()) 0x80001800;
|
|
|
|
#endif
|
|
|
|
|
2016-02-06 22:40:46 +01:00
|
|
|
void ExitToWiiflow()
|
|
|
|
{
|
|
|
|
ShutoffRumble();
|
|
|
|
SavePrefs(SILENT);
|
|
|
|
if (SNESROMSize > 0 && !ConfigRequested && GCSettings.AutoSave == 1)
|
|
|
|
SaveSRAMAuto(SILENT);
|
|
|
|
ExitCleanup();
|
|
|
|
|
|
|
|
if( !!*(u32*)0x80001800 )
|
|
|
|
{
|
|
|
|
// Were we launched via HBC? (or via wiiflows stub replacement? :P)
|
|
|
|
exit(1);
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
// Wii channel support
|
|
|
|
SYS_ResetSystem( SYS_RETURNTOMENU, 0, 0 );
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2010-03-22 00:45:09 +01:00
|
|
|
void ExitApp()
|
|
|
|
{
|
|
|
|
#ifdef HW_RVL
|
|
|
|
ShutoffRumble();
|
|
|
|
#endif
|
|
|
|
|
|
|
|
SavePrefs(SILENT);
|
|
|
|
|
|
|
|
if (SNESROMSize > 0 && !ConfigRequested && GCSettings.AutoSave == 1)
|
|
|
|
SaveSRAMAuto(SILENT);
|
|
|
|
|
|
|
|
ExitCleanup();
|
|
|
|
|
|
|
|
if(ShutdownRequested)
|
2016-12-09 01:51:57 +01:00
|
|
|
SYS_ResetSystem(SYS_POWEROFF_STANDBY, 0, 0);
|
2010-03-22 00:45:09 +01:00
|
|
|
|
|
|
|
#ifdef HW_RVL
|
|
|
|
if(GCSettings.ExitAction == 0) // Auto
|
|
|
|
{
|
|
|
|
char * sig = (char *)0x80001804;
|
|
|
|
if(
|
|
|
|
sig[0] == 'S' &&
|
|
|
|
sig[1] == 'T' &&
|
|
|
|
sig[2] == 'U' &&
|
|
|
|
sig[3] == 'B' &&
|
|
|
|
sig[4] == 'H' &&
|
|
|
|
sig[5] == 'A' &&
|
|
|
|
sig[6] == 'X' &&
|
|
|
|
sig[7] == 'X')
|
|
|
|
GCSettings.ExitAction = 3; // Exit to HBC
|
|
|
|
else
|
|
|
|
GCSettings.ExitAction = 1; // HBC not found
|
|
|
|
}
|
|
|
|
#endif
|
|
|
|
|
|
|
|
if(GCSettings.ExitAction == 1) // Exit to Menu
|
|
|
|
{
|
|
|
|
#ifdef HW_RVL
|
|
|
|
SYS_ResetSystem(SYS_RETURNTOMENU, 0, 0);
|
|
|
|
#else
|
|
|
|
#define SOFTRESET_ADR ((volatile u32*)0xCC003024)
|
|
|
|
*SOFTRESET_ADR = 0x00000000;
|
|
|
|
#endif
|
|
|
|
}
|
|
|
|
else if(GCSettings.ExitAction == 2) // Shutdown Wii
|
|
|
|
{
|
2016-12-09 01:51:57 +01:00
|
|
|
SYS_ResetSystem(SYS_POWEROFF_STANDBY, 0, 0);
|
2010-03-22 00:45:09 +01:00
|
|
|
}
|
|
|
|
else // Exit to Loader
|
|
|
|
{
|
|
|
|
#ifdef HW_RVL
|
|
|
|
exit(0);
|
|
|
|
#else
|
|
|
|
if (psoid[0] == PSOSDLOADID)
|
|
|
|
PSOReload();
|
|
|
|
#endif
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
#ifdef HW_RVL
|
|
|
|
void ShutdownCB()
|
|
|
|
{
|
2010-08-18 02:15:25 +02:00
|
|
|
ShutdownRequested = 1;
|
2010-03-22 00:45:09 +01:00
|
|
|
}
|
2018-08-02 18:32:54 +02:00
|
|
|
void ResetCB(u32 irq, void *ctx)
|
2010-03-22 00:45:09 +01:00
|
|
|
{
|
2010-08-18 02:15:25 +02:00
|
|
|
ResetRequested = 1;
|
2010-03-22 00:45:09 +01:00
|
|
|
}
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifdef HW_DOL
|
|
|
|
/****************************************************************************
|
|
|
|
* ipl_set_config
|
|
|
|
* lowlevel Qoob Modchip disable
|
|
|
|
***************************************************************************/
|
|
|
|
|
|
|
|
void ipl_set_config(unsigned char c)
|
|
|
|
{
|
|
|
|
volatile unsigned long* exi = (volatile unsigned long*)0xCC006800;
|
|
|
|
unsigned long val,addr;
|
|
|
|
addr=0xc0000000;
|
|
|
|
val = c << 24;
|
|
|
|
exi[0] = ((((exi[0]) & 0x405) | 256) | 48); //select IPL
|
|
|
|
//write addr of IPL
|
|
|
|
exi[0 * 5 + 4] = addr;
|
|
|
|
exi[0 * 5 + 3] = ((4 - 1) << 4) | (1 << 2) | 1;
|
|
|
|
while (exi[0 * 5 + 3] & 1);
|
|
|
|
//write the ipl we want to send
|
|
|
|
exi[0 * 5 + 4] = val;
|
|
|
|
exi[0 * 5 + 3] = ((4 - 1) << 4) | (1 << 2) | 1;
|
|
|
|
while (exi[0 * 5 + 3] & 1);
|
|
|
|
|
|
|
|
exi[0] &= 0x405; //deselect IPL
|
|
|
|
}
|
|
|
|
#endif
|
|
|
|
|
2016-02-06 22:40:46 +01:00
|
|
|
/****************************************************************************
|
|
|
|
* setFrameTimerMethod()
|
|
|
|
* change frametimer method depending on whether ROM is NTSC or PAL
|
|
|
|
***************************************************************************/
|
|
|
|
|
|
|
|
void setFrameTimerMethod()
|
|
|
|
{
|
|
|
|
/*
|
|
|
|
Set frametimer method
|
|
|
|
(timerstyle: 0=NTSC vblank, 1=PAL int timer)
|
|
|
|
*/
|
|
|
|
if ( Settings.PAL ) {
|
|
|
|
if(vmode_60hz)
|
|
|
|
timerstyle = 1;
|
|
|
|
else
|
|
|
|
timerstyle = 0;
|
|
|
|
} else {
|
|
|
|
if(vmode_60hz)
|
|
|
|
timerstyle = 0;
|
|
|
|
else
|
|
|
|
timerstyle = 1;
|
|
|
|
}
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
2010-03-22 00:45:09 +01:00
|
|
|
/****************************************************************************
|
2010-08-09 05:45:17 +02:00
|
|
|
* IOS Check
|
2010-03-22 00:45:09 +01:00
|
|
|
***************************************************************************/
|
|
|
|
#ifdef HW_RVL
|
2010-12-27 00:16:53 +01:00
|
|
|
bool SupportedIOS(u32 ios)
|
2010-08-09 05:45:17 +02:00
|
|
|
{
|
2010-12-27 00:16:53 +01:00
|
|
|
if(ios == 58 || ios == 61)
|
|
|
|
return true;
|
2010-08-09 20:15:55 +02:00
|
|
|
|
2010-12-27 00:16:53 +01:00
|
|
|
return false;
|
|
|
|
}
|
2010-12-18 17:04:50 +01:00
|
|
|
|
2010-12-27 00:16:53 +01:00
|
|
|
bool SaneIOS(u32 ios)
|
|
|
|
{
|
|
|
|
bool res = false;
|
|
|
|
u32 num_titles=0;
|
|
|
|
u32 tmd_size;
|
2010-12-18 17:04:50 +01:00
|
|
|
|
2010-12-27 00:16:53 +01:00
|
|
|
if(ios > 200)
|
|
|
|
return false;
|
2010-08-09 05:45:17 +02:00
|
|
|
|
|
|
|
if (ES_GetNumTitles(&num_titles) < 0)
|
|
|
|
return false;
|
|
|
|
|
|
|
|
if(num_titles < 1)
|
|
|
|
return false;
|
|
|
|
|
|
|
|
u64 *titles = (u64 *)memalign(32, num_titles * sizeof(u64) + 32);
|
2010-08-14 07:55:21 +02:00
|
|
|
|
|
|
|
if(!titles)
|
|
|
|
return false;
|
2010-08-09 05:45:17 +02:00
|
|
|
|
|
|
|
if (ES_GetTitles(titles, num_titles) < 0)
|
|
|
|
{
|
|
|
|
free(titles);
|
|
|
|
return false;
|
|
|
|
}
|
2010-08-14 07:55:21 +02:00
|
|
|
|
|
|
|
u32 *tmdbuffer = (u32 *)memalign(32, MAX_SIGNED_TMD_SIZE);
|
|
|
|
|
|
|
|
if(!tmdbuffer)
|
|
|
|
{
|
|
|
|
free(titles);
|
|
|
|
return false;
|
|
|
|
}
|
2010-08-09 05:45:17 +02:00
|
|
|
|
|
|
|
for(u32 n=0; n < num_titles; n++)
|
|
|
|
{
|
|
|
|
if((titles[n] & 0xFFFFFFFF) != ios)
|
|
|
|
continue;
|
|
|
|
|
|
|
|
if (ES_GetStoredTMDSize(titles[n], &tmd_size) < 0)
|
|
|
|
break;
|
|
|
|
|
|
|
|
if (tmd_size > 4096)
|
|
|
|
break;
|
|
|
|
|
|
|
|
if (ES_GetStoredTMD(titles[n], (signed_blob *)tmdbuffer, tmd_size) < 0)
|
|
|
|
break;
|
|
|
|
|
|
|
|
if (tmdbuffer[1] || tmdbuffer[2])
|
|
|
|
{
|
|
|
|
res = true;
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
}
|
2010-08-14 07:55:21 +02:00
|
|
|
free(tmdbuffer);
|
2010-08-09 05:45:17 +02:00
|
|
|
free(titles);
|
|
|
|
return res;
|
|
|
|
}
|
2010-03-22 00:45:09 +01:00
|
|
|
#endif
|
|
|
|
/****************************************************************************
|
|
|
|
* USB Gecko Debugging
|
|
|
|
***************************************************************************/
|
|
|
|
|
|
|
|
static bool gecko = false;
|
|
|
|
static mutex_t gecko_mutex = 0;
|
|
|
|
|
2018-08-02 18:32:54 +02:00
|
|
|
static ssize_t __out_write(struct _reent *r, void* fd, const char *ptr, size_t len)
|
2010-03-22 00:45:09 +01:00
|
|
|
{
|
2012-07-07 19:46:28 +02:00
|
|
|
if (!gecko || len == 0)
|
|
|
|
return len;
|
|
|
|
|
|
|
|
if(!ptr || len < 0)
|
2010-03-22 00:45:09 +01:00
|
|
|
return -1;
|
|
|
|
|
2012-07-07 19:46:28 +02:00
|
|
|
u32 level;
|
2010-03-22 00:45:09 +01:00
|
|
|
LWP_MutexLock(gecko_mutex);
|
|
|
|
level = IRQ_Disable();
|
|
|
|
usb_sendbuffer(1, ptr, len);
|
|
|
|
IRQ_Restore(level);
|
|
|
|
LWP_MutexUnlock(gecko_mutex);
|
|
|
|
return len;
|
|
|
|
}
|
|
|
|
|
|
|
|
const devoptab_t gecko_out = {
|
|
|
|
"stdout", // device name
|
|
|
|
0, // size of file structure
|
|
|
|
NULL, // device open
|
|
|
|
NULL, // device close
|
|
|
|
__out_write,// device write
|
|
|
|
NULL, // device read
|
|
|
|
NULL, // device seek
|
|
|
|
NULL, // device fstat
|
|
|
|
NULL, // device stat
|
|
|
|
NULL, // device link
|
|
|
|
NULL, // device unlink
|
|
|
|
NULL, // device chdir
|
|
|
|
NULL, // device rename
|
|
|
|
NULL, // device mkdir
|
|
|
|
0, // dirStateSize
|
|
|
|
NULL, // device diropen_r
|
|
|
|
NULL, // device dirreset_r
|
|
|
|
NULL, // device dirnext_r
|
|
|
|
NULL, // device dirclose_r
|
|
|
|
NULL // device statvfs_r
|
|
|
|
};
|
|
|
|
|
2012-07-07 19:46:28 +02:00
|
|
|
static void USBGeckoOutput()
|
2010-03-22 00:45:09 +01:00
|
|
|
{
|
|
|
|
gecko = usb_isgeckoalive(1);
|
2012-07-07 19:46:28 +02:00
|
|
|
LWP_MutexInit(&gecko_mutex, false);
|
|
|
|
|
2010-03-22 00:45:09 +01:00
|
|
|
devoptab_list[STD_OUT] = &gecko_out;
|
|
|
|
devoptab_list[STD_ERR] = &gecko_out;
|
|
|
|
}
|
|
|
|
|
2012-07-07 19:46:28 +02:00
|
|
|
extern "C" {
|
|
|
|
s32 __STM_Close();
|
|
|
|
s32 __STM_Init();
|
|
|
|
}
|
|
|
|
|
2018-08-11 23:54:25 +02:00
|
|
|
void InitializeSnes9x() {
|
|
|
|
S9xUnmapAllControls ();
|
|
|
|
SetDefaultButtonMap ();
|
|
|
|
|
|
|
|
// Allocate SNES Memory
|
|
|
|
if (!Memory.Init ())
|
|
|
|
ExitApp();
|
|
|
|
|
|
|
|
// Allocate APU
|
|
|
|
if (!S9xInitAPU ())
|
|
|
|
ExitApp();
|
|
|
|
|
|
|
|
S9xSetRenderPixelFormat (RGB565); // Set Pixel Renderer to match 565
|
|
|
|
S9xInitSound (64, 0); // Initialise Sound System
|
|
|
|
|
|
|
|
// Initialise Graphics
|
|
|
|
setGFX ();
|
|
|
|
if (!S9xGraphicsInit ())
|
|
|
|
ExitApp();
|
|
|
|
|
|
|
|
AllocGfxMem();
|
|
|
|
}
|
|
|
|
|
2012-07-07 19:46:28 +02:00
|
|
|
int main(int argc, char *argv[])
|
2010-03-22 00:45:09 +01:00
|
|
|
{
|
2018-06-09 01:29:52 +02:00
|
|
|
#ifdef USE_VM
|
|
|
|
VM_Init(ARAM_SIZE, MRAM_BACKING); // Setup Virtual Memory with the entire ARAM
|
|
|
|
#endif
|
|
|
|
|
2012-07-07 19:46:28 +02:00
|
|
|
#ifdef HW_RVL
|
2011-06-21 04:22:09 +02:00
|
|
|
L2Enhance();
|
|
|
|
|
2010-12-18 17:04:50 +01:00
|
|
|
u32 ios = IOS_GetVersion();
|
|
|
|
|
|
|
|
if(!SupportedIOS(ios))
|
|
|
|
{
|
|
|
|
s32 preferred = IOS_GetPreferredVersion();
|
|
|
|
|
|
|
|
if(SupportedIOS(preferred))
|
|
|
|
IOS_ReloadIOS(preferred);
|
|
|
|
}
|
2012-07-07 19:46:28 +02:00
|
|
|
#else
|
2010-03-22 00:45:09 +01:00
|
|
|
ipl_set_config(6); // disable Qoob modchip
|
|
|
|
#endif
|
2012-07-07 19:46:28 +02:00
|
|
|
|
|
|
|
USBGeckoOutput();
|
|
|
|
__exception_setreload(8);
|
2010-03-22 00:45:09 +01:00
|
|
|
|
2018-08-11 23:54:25 +02:00
|
|
|
DefaultSettings (); // Set defaults
|
2010-03-22 00:45:09 +01:00
|
|
|
InitGCVideo(); // Initialise video
|
2018-08-11 23:54:25 +02:00
|
|
|
InitializeSnes9x();
|
2010-03-22 00:45:09 +01:00
|
|
|
ResetVideo_Menu (); // change to menu video mode
|
2012-07-07 19:46:28 +02:00
|
|
|
|
2010-03-22 00:45:09 +01:00
|
|
|
#ifdef HW_RVL
|
|
|
|
// Wii Power/Reset buttons
|
2012-07-07 19:46:28 +02:00
|
|
|
__STM_Close();
|
|
|
|
__STM_Init();
|
|
|
|
__STM_Close();
|
|
|
|
__STM_Init();
|
2010-03-22 00:45:09 +01:00
|
|
|
SYS_SetPowerCallback(ShutdownCB);
|
|
|
|
SYS_SetResetCallback(ResetCB);
|
2012-07-07 19:46:28 +02:00
|
|
|
|
|
|
|
WPAD_Init();
|
|
|
|
WPAD_SetPowerButtonCallback((WPADShutdownCallback)ShutdownCB);
|
|
|
|
DI_Init();
|
|
|
|
USBStorage_Initialize();
|
|
|
|
#else
|
|
|
|
DVD_Init (); // Initialize DVD subsystem (GameCube only)
|
|
|
|
#endif
|
|
|
|
|
|
|
|
SetupPads();
|
|
|
|
InitDeviceThread();
|
|
|
|
MountAllFAT(); // Initialize libFAT for SD and USB
|
|
|
|
|
|
|
|
#ifdef HW_RVL
|
2010-03-22 00:45:09 +01:00
|
|
|
// store path app was loaded from
|
|
|
|
if(argc > 0 && argv[0] != NULL)
|
|
|
|
CreateAppPath(argv[0]);
|
2012-07-07 19:46:28 +02:00
|
|
|
|
|
|
|
InitMem2Manager();
|
2010-03-22 00:45:09 +01:00
|
|
|
#endif
|
|
|
|
|
|
|
|
S9xInitSync(); // initialize frame sync
|
2010-06-23 19:34:19 +02:00
|
|
|
InitFreeType((u8*)font_ttf, font_ttf_size); // Initialize font system
|
2010-06-29 09:48:17 +02:00
|
|
|
#ifdef HW_RVL
|
|
|
|
savebuffer = (unsigned char *)mem2_malloc(SAVEBUFFERSIZE);
|
|
|
|
browserList = (BROWSERENTRY *)mem2_malloc(sizeof(BROWSERENTRY)*MAX_BROWSER_SIZE);
|
|
|
|
#else
|
2018-06-09 01:29:52 +02:00
|
|
|
#ifdef USE_VM
|
|
|
|
savebuffer = (unsigned char *)vm_malloc(SAVEBUFFERSIZE);
|
|
|
|
browserList = (BROWSERENTRY *)vm_malloc(sizeof(BROWSERENTRY)*MAX_BROWSER_SIZE);
|
|
|
|
#else
|
|
|
|
savebuffer = (unsigned char *)memalign(32,SAVEBUFFERSIZE);
|
|
|
|
browserList = (BROWSERENTRY *)memalign(32,sizeof(BROWSERENTRY)*MAX_BROWSER_SIZE);
|
|
|
|
#endif
|
2010-06-29 09:48:17 +02:00
|
|
|
#endif
|
2010-06-23 19:34:19 +02:00
|
|
|
InitGUIThreads();
|
2010-03-22 00:45:09 +01:00
|
|
|
|
2016-02-06 22:40:46 +01:00
|
|
|
bool autoboot = false;
|
2018-07-28 04:52:04 +02:00
|
|
|
if(argc > 2 && argv[1] != NULL && argv[2] != NULL)
|
2016-02-06 22:40:46 +01:00
|
|
|
{
|
|
|
|
autoboot = true;
|
|
|
|
ResetBrowser();
|
|
|
|
LoadPrefs();
|
|
|
|
if(strcasestr(argv[1], "sd:/") != NULL)
|
|
|
|
{
|
|
|
|
GCSettings.SaveMethod = DEVICE_SD;
|
|
|
|
GCSettings.LoadMethod = DEVICE_SD;
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
GCSettings.SaveMethod = DEVICE_USB;
|
|
|
|
GCSettings.LoadMethod = DEVICE_USB;
|
|
|
|
}
|
|
|
|
SavePrefs(SILENT);
|
|
|
|
selectLoadedFile = 1;
|
|
|
|
std::string dir(argv[1]);
|
|
|
|
dir.assign(&dir[dir.find_last_of(":") + 2]);
|
|
|
|
char arg_filename[1024];
|
|
|
|
strncpy(arg_filename, argv[2], sizeof(arg_filename));
|
|
|
|
strncpy(GCSettings.LoadFolder, dir.c_str(), sizeof(GCSettings.LoadFolder));
|
|
|
|
OpenGameList();
|
2018-07-28 22:09:23 +02:00
|
|
|
strncpy(GCSettings.Exit_Dol_File, argc > 3 && argv[3] != NULL ? argv[3] : "", sizeof(GCSettings.Exit_Dol_File));
|
2016-02-06 22:40:46 +01:00
|
|
|
if(argc > 5 && argv[4] != NULL && argv[5] != NULL)
|
|
|
|
{
|
|
|
|
sscanf(argv[4], "%08x", &GCSettings.Exit_Channel[0]);
|
|
|
|
sscanf(argv[5], "%08x", &GCSettings.Exit_Channel[1]);
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
GCSettings.Exit_Channel[0] = 0x00010008;
|
|
|
|
GCSettings.Exit_Channel[1] = 0x57494948;
|
|
|
|
}
|
|
|
|
if(argc > 6 && argv[6] != NULL)
|
|
|
|
strncpy(GCSettings.LoaderName, argv[6], sizeof(GCSettings.LoaderName));
|
|
|
|
else
|
|
|
|
snprintf(GCSettings.LoaderName, sizeof(GCSettings.LoaderName), "WiiFlow");
|
|
|
|
for(int i = 0; i < browser.numEntries; i++)
|
|
|
|
{
|
|
|
|
// Skip it
|
|
|
|
if (strcmp(browserList[i].filename, ".") == 0 || strcmp(browserList[i].filename, "..") == 0)
|
|
|
|
continue;
|
|
|
|
if(strcasestr(browserList[i].filename, arg_filename) != NULL)
|
|
|
|
{
|
|
|
|
browser.selIndex = i;
|
|
|
|
if(IsSz())
|
|
|
|
{
|
|
|
|
BrowserLoadSz();
|
|
|
|
browser.selIndex = 1;
|
|
|
|
}
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
BrowserLoadFile();
|
|
|
|
}
|
|
|
|
|
2018-08-11 22:56:31 +02:00
|
|
|
Settings.SuperFXClockMultiplier = GCSettings.superFxSpeed;
|
2016-03-12 21:58:51 +01:00
|
|
|
|
2010-06-23 19:34:19 +02:00
|
|
|
while (1) // main loop
|
|
|
|
{
|
|
|
|
// go back to checking if devices were inserted/removed
|
|
|
|
// since we're entering the menu
|
|
|
|
ResumeDeviceThread();
|
2010-03-22 00:45:09 +01:00
|
|
|
|
2010-06-23 19:34:19 +02:00
|
|
|
SwitchAudioMode(1);
|
|
|
|
|
2016-02-06 22:40:46 +01:00
|
|
|
if(!autoboot)
|
|
|
|
{
|
2016-02-07 02:35:07 +01:00
|
|
|
if(SNESROMSize == 0)
|
|
|
|
MainMenu(MENU_GAMESELECTION);
|
|
|
|
else
|
|
|
|
MainMenu(MENU_GAME);
|
|
|
|
|
2016-02-06 22:40:46 +01:00
|
|
|
ConfigRequested = 0;
|
|
|
|
ScreenshotRequested = 0;
|
|
|
|
}
|
|
|
|
else if(SNESROMSize != 0 && autoboot)
|
|
|
|
autoboot = false;
|
|
|
|
else
|
|
|
|
ExitApp();
|
|
|
|
|
2010-06-23 19:34:19 +02:00
|
|
|
#ifdef HW_RVL
|
|
|
|
SelectFilterMethod();
|
|
|
|
#endif
|
|
|
|
ConfigRequested = 0;
|
|
|
|
ScreenshotRequested = 0;
|
|
|
|
SwitchAudioMode(0);
|
|
|
|
|
|
|
|
Settings.MultiPlayer5Master = (GCSettings.Controller == CTRL_PAD4 ? true : false);
|
|
|
|
Settings.SuperScopeMaster = (GCSettings.Controller == CTRL_SCOPE ? true : false);
|
|
|
|
Settings.MouseMaster = (GCSettings.Controller == CTRL_MOUSE ? true : false);
|
|
|
|
Settings.JustifierMaster = (GCSettings.Controller == CTRL_JUST ? true : false);
|
|
|
|
SetControllers ();
|
|
|
|
|
|
|
|
// stop checking if devices were removed/inserted
|
|
|
|
// since we're starting emulation again
|
|
|
|
HaltDeviceThread();
|
|
|
|
|
|
|
|
AudioStart ();
|
2016-03-12 21:58:51 +01:00
|
|
|
|
2016-02-06 22:40:46 +01:00
|
|
|
FrameTimer = 0;
|
2016-03-12 21:58:51 +01:00
|
|
|
setFrameTimerMethod (); // set frametimer method every time a ROM is loaded
|
2010-06-23 19:34:19 +02:00
|
|
|
|
2016-03-12 21:58:51 +01:00
|
|
|
CheckVideo = 2; // force video update
|
2010-06-23 19:34:19 +02:00
|
|
|
prevRenderedFrameCount = IPPU.RenderedFramesCount;
|
|
|
|
currentMode = GCSettings.render;
|
|
|
|
|
|
|
|
while(1) // emulation loop
|
|
|
|
{
|
|
|
|
S9xMainLoop ();
|
|
|
|
ReportButtons ();
|
2010-03-22 00:45:09 +01:00
|
|
|
|
2010-06-23 19:34:19 +02:00
|
|
|
if(ResetRequested)
|
|
|
|
{
|
|
|
|
S9xSoftReset (); // reset game
|
|
|
|
ResetRequested = 0;
|
|
|
|
}
|
|
|
|
if (ConfigRequested)
|
|
|
|
{
|
|
|
|
ConfigRequested = 0;
|
|
|
|
ResetVideo_Menu();
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
#ifdef HW_RVL
|
|
|
|
if(ShutdownRequested)
|
|
|
|
ExitApp();
|
|
|
|
#endif
|
|
|
|
} // emulation loop
|
|
|
|
} // main loop
|
2010-03-22 00:45:09 +01:00
|
|
|
}
|