2012-08-05 15:48:15 +02:00
|
|
|
/****************************************************************************
|
|
|
|
* Copyright (C) 2012 FIX94
|
|
|
|
*
|
|
|
|
* This program is free software: you can redistribute it and/or modify
|
|
|
|
* it under the terms of the GNU General Public License as published by
|
|
|
|
* the Free Software Foundation, either version 3 of the License, or
|
|
|
|
* (at your option) any later version.
|
|
|
|
*
|
|
|
|
* This program is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
* GNU General Public License for more details.
|
|
|
|
*
|
|
|
|
* You should have received a copy of the GNU General Public License
|
|
|
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
****************************************************************************/
|
2012-01-21 22:15:45 +01:00
|
|
|
#include <gccore.h>
|
2012-02-25 23:34:52 +01:00
|
|
|
#include <stdio.h>
|
|
|
|
#include <unistd.h>
|
2012-03-11 20:47:24 +01:00
|
|
|
#include <string.h>
|
2012-07-17 13:30:08 +02:00
|
|
|
#include <ogc/machine/processor.h>
|
2012-12-08 18:30:00 +01:00
|
|
|
#include <ogc/lwp_threads.h>
|
2012-07-12 15:21:14 +02:00
|
|
|
// for directory parsing and low-level file I/O
|
|
|
|
#include <sys/types.h>
|
|
|
|
#include <sys/stat.h>
|
|
|
|
#include <fcntl.h>
|
|
|
|
#include <dirent.h>
|
|
|
|
|
2012-08-05 15:48:15 +02:00
|
|
|
#include "gc/gc.hpp"
|
2012-11-17 18:30:24 +01:00
|
|
|
#include "gui/text.hpp"
|
2012-09-02 15:34:41 +02:00
|
|
|
#include "devicemounter/DeviceHandler.hpp"
|
2012-12-08 17:17:35 +01:00
|
|
|
#include "gecko/gecko.hpp"
|
2012-08-05 15:48:15 +02:00
|
|
|
#include "fileOps/fileOps.h"
|
2012-12-08 19:45:48 +01:00
|
|
|
#include "homebrew/homebrew.h"
|
2012-08-05 15:48:15 +02:00
|
|
|
#include "loader/utils.h"
|
2012-07-27 19:26:49 +02:00
|
|
|
#include "loader/disc.h"
|
2012-11-17 18:30:24 +01:00
|
|
|
#include "loader/sys.h"
|
2012-08-12 23:26:24 +02:00
|
|
|
#include "memory/memory.h"
|
2012-11-18 14:40:26 +01:00
|
|
|
#include "memory/mem2.hpp"
|
2012-07-27 19:26:49 +02:00
|
|
|
|
2012-07-12 15:21:14 +02:00
|
|
|
// DIOS-MIOS
|
2012-11-01 17:39:42 +01:00
|
|
|
DML_CFG DMLCfg;
|
2012-07-12 15:21:14 +02:00
|
|
|
|
2012-11-14 17:58:14 +01:00
|
|
|
void DML_New_SetOptions(const char *GamePath, char *CheatPath, const char *NewCheatPath,
|
|
|
|
const char *partition, bool cheats, bool debugger, u8 NMM, u8 nodisc, u8 DMLvideoMode,
|
2013-01-20 12:34:21 +01:00
|
|
|
u8 videoSetting, bool widescreen, bool new_dm_cfg, bool activity_led, bool screenshot)
|
2012-07-12 15:21:14 +02:00
|
|
|
{
|
2012-11-17 18:30:24 +01:00
|
|
|
gprintf("DIOS-MIOS: Launch game '%s' through memory (new method)\n", GamePath);
|
2012-11-01 17:39:42 +01:00
|
|
|
memset(&DMLCfg, 0, sizeof(DML_CFG));
|
2012-07-12 15:21:14 +02:00
|
|
|
|
2012-11-01 17:39:42 +01:00
|
|
|
DMLCfg.Magicbytes = 0xD1050CF6;
|
2012-07-19 22:47:49 +02:00
|
|
|
if(new_dm_cfg)
|
2012-11-01 17:39:42 +01:00
|
|
|
DMLCfg.CfgVersion = 0x00000002;
|
2012-07-19 22:47:49 +02:00
|
|
|
else
|
2012-11-01 17:39:42 +01:00
|
|
|
DMLCfg.CfgVersion = 0x00000001;
|
2012-07-19 22:47:49 +02:00
|
|
|
|
2012-07-12 17:53:04 +02:00
|
|
|
if(videoSetting == 0)
|
2012-11-01 17:39:42 +01:00
|
|
|
DMLCfg.VideoMode |= DML_VID_NONE;
|
2012-07-12 17:53:04 +02:00
|
|
|
else if(videoSetting == 1)
|
2012-11-01 17:39:42 +01:00
|
|
|
DMLCfg.VideoMode |= DML_VID_DML_AUTO;
|
2012-07-12 17:53:04 +02:00
|
|
|
else
|
2012-11-01 17:39:42 +01:00
|
|
|
DMLCfg.VideoMode |= DML_VID_FORCE;
|
2012-07-12 15:21:14 +02:00
|
|
|
|
2012-11-01 17:39:42 +01:00
|
|
|
DMLCfg.Config |= DML_CFG_PADHOOK; //Makes life easier, l+z+b+digital down...
|
2012-07-12 15:21:14 +02:00
|
|
|
|
|
|
|
if(GamePath != NULL)
|
|
|
|
{
|
2012-11-01 17:39:42 +01:00
|
|
|
strncpy(DMLCfg.GamePath, GamePath, sizeof(DMLCfg.GamePath));
|
|
|
|
DMLCfg.Config |= DML_CFG_GAME_PATH;
|
2012-07-12 15:21:14 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
if(CheatPath != NULL && NewCheatPath != NULL && cheats)
|
|
|
|
{
|
2012-11-18 14:40:26 +01:00
|
|
|
const char *ptr = NULL;
|
|
|
|
if(strncasecmp(CheatPath, partition, strlen(partition)) != 0)
|
2012-07-12 15:21:14 +02:00
|
|
|
{
|
2012-11-18 14:40:26 +01:00
|
|
|
fsop_CopyFile(CheatPath, NewCheatPath, NULL, NULL);
|
|
|
|
ptr = strchr(NewCheatPath, '/');
|
2012-07-12 15:21:14 +02:00
|
|
|
}
|
|
|
|
else
|
2012-11-18 14:40:26 +01:00
|
|
|
ptr = strchr(CheatPath, '/');
|
2012-11-01 17:39:42 +01:00
|
|
|
strncpy(DMLCfg.CheatPath, ptr, sizeof(DMLCfg.CheatPath));
|
2012-11-17 18:30:24 +01:00
|
|
|
gprintf("DIOS-MIOS: Cheat Path %s\n", ptr);
|
2012-11-01 17:39:42 +01:00
|
|
|
DMLCfg.Config |= DML_CFG_CHEAT_PATH;
|
2012-07-12 15:21:14 +02:00
|
|
|
}
|
2013-01-20 12:34:21 +01:00
|
|
|
if(screenshot)
|
|
|
|
DMLCfg.Config |= DML_CFG_SCREENSHOT;
|
2012-11-14 17:58:14 +01:00
|
|
|
if(activity_led)
|
|
|
|
DMLCfg.Config |= DML_CFG_ACTIVITY_LED;
|
2012-07-12 15:21:14 +02:00
|
|
|
if(cheats)
|
2012-11-01 17:39:42 +01:00
|
|
|
DMLCfg.Config |= DML_CFG_CHEATS;
|
2012-07-12 15:21:14 +02:00
|
|
|
if(debugger)
|
2012-11-01 17:39:42 +01:00
|
|
|
DMLCfg.Config |= DML_CFG_DEBUGGER;
|
|
|
|
if(NMM)
|
|
|
|
DMLCfg.Config |= DML_CFG_NMM;
|
2012-07-12 15:21:14 +02:00
|
|
|
if(NMM > 1)
|
2012-11-01 17:39:42 +01:00
|
|
|
DMLCfg.Config |= DML_CFG_NMM_DEBUG;
|
|
|
|
if(nodisc)
|
2012-07-22 20:39:34 +02:00
|
|
|
{
|
|
|
|
if(new_dm_cfg)
|
2012-11-01 17:39:42 +01:00
|
|
|
DMLCfg.Config |= DML_CFG_NODISC_CFG2;
|
2012-07-22 20:39:34 +02:00
|
|
|
else
|
2012-11-01 17:39:42 +01:00
|
|
|
DMLCfg.Config |= DML_CFG_NODISC_CFG1;
|
2012-07-22 20:39:34 +02:00
|
|
|
}
|
|
|
|
if(widescreen && new_dm_cfg)
|
2012-11-01 17:39:42 +01:00
|
|
|
DMLCfg.Config |= DML_CFG_FORCE_WIDE;
|
2012-07-12 15:21:14 +02:00
|
|
|
|
|
|
|
if(DMLvideoMode > 3)
|
2012-11-01 17:39:42 +01:00
|
|
|
DMLCfg.VideoMode |= DML_VID_PROG_PATCH;
|
2012-07-12 15:21:14 +02:00
|
|
|
}
|
|
|
|
|
2012-07-27 19:26:49 +02:00
|
|
|
void DML_Old_SetOptions(const char *GamePath)
|
2012-07-12 15:21:14 +02:00
|
|
|
{
|
2012-11-17 18:30:24 +01:00
|
|
|
gprintf("DIOS-MIOS: Launch game '%s' through boot.bin (old method)\n", GamePath);
|
2012-11-18 14:40:26 +01:00
|
|
|
FILE *f = fopen("sd:/games/boot.bin", "wb");
|
2012-07-12 15:21:14 +02:00
|
|
|
fwrite(GamePath, 1, strlen(GamePath) + 1, f);
|
|
|
|
fclose(f);
|
|
|
|
|
|
|
|
//Tell DML to boot the game from sd card
|
|
|
|
*(vu32*)0x80001800 = 0xB002D105;
|
|
|
|
DCFlushRange((void *)(0x80001800), 4);
|
|
|
|
ICInvalidateRange((void *)(0x80001800), 4);
|
|
|
|
|
|
|
|
*(vu32*)0xCC003024 |= 7;
|
|
|
|
}
|
|
|
|
|
2012-07-19 22:47:49 +02:00
|
|
|
void DML_New_SetBootDiscOption(bool new_dm_cfg)
|
2012-07-12 15:21:14 +02:00
|
|
|
{
|
2012-11-01 17:39:42 +01:00
|
|
|
memset(&DMLCfg, 0, sizeof(DML_CFG));
|
2012-07-12 15:21:14 +02:00
|
|
|
|
2012-11-01 17:39:42 +01:00
|
|
|
DMLCfg.Magicbytes = 0xD1050CF6;
|
2012-07-19 22:47:49 +02:00
|
|
|
if(new_dm_cfg)
|
2012-11-01 17:39:42 +01:00
|
|
|
DMLCfg.CfgVersion = 0x00000002;
|
2012-07-19 22:47:49 +02:00
|
|
|
else
|
2012-11-01 17:39:42 +01:00
|
|
|
DMLCfg.CfgVersion = 0x00000001;
|
|
|
|
DMLCfg.VideoMode |= DML_VID_DML_AUTO;
|
2012-07-12 15:21:14 +02:00
|
|
|
|
2012-11-01 17:39:42 +01:00
|
|
|
DMLCfg.Config |= DML_CFG_BOOT_DISC;
|
2012-07-12 15:21:14 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
void DML_New_WriteOptions()
|
|
|
|
{
|
|
|
|
//Write options into memory
|
2012-11-01 17:39:42 +01:00
|
|
|
memcpy((void *)0x80001700, &DMLCfg, sizeof(DML_CFG));
|
2012-07-12 15:21:14 +02:00
|
|
|
DCFlushRange((void *)(0x80001700), sizeof(DML_CFG));
|
|
|
|
|
|
|
|
//DML v1.2+
|
2012-11-01 17:39:42 +01:00
|
|
|
memcpy((void *)0x81200000, &DMLCfg, sizeof(DML_CFG));
|
2012-07-12 15:21:14 +02:00
|
|
|
DCFlushRange((void *)(0x81200000), sizeof(DML_CFG));
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// Devolution
|
2012-11-18 14:40:26 +01:00
|
|
|
u8 *tmp_buffer = NULL;
|
2012-07-28 18:41:48 +02:00
|
|
|
u8 *loader_bin = NULL;
|
2012-11-18 14:40:26 +01:00
|
|
|
u32 loader_size = 0;
|
2012-08-05 15:48:15 +02:00
|
|
|
extern "C" { extern void __exception_closeall(); }
|
2012-07-12 15:21:14 +02:00
|
|
|
static gconfig *DEVO_CONFIG = (gconfig*)0x80000020;
|
2012-12-08 19:45:48 +01:00
|
|
|
#define DEVO_ENTRY ((entry)loader_bin)
|
2012-07-12 15:21:14 +02:00
|
|
|
|
2012-11-17 18:30:24 +01:00
|
|
|
bool DEVO_Installed(const char *path)
|
2012-07-12 17:53:04 +02:00
|
|
|
{
|
|
|
|
bool devo = false;
|
2012-11-17 18:30:24 +01:00
|
|
|
const char *loader_path = fmt("%s/loader.bin", path);
|
2012-07-12 17:53:04 +02:00
|
|
|
FILE *f = fopen(loader_path, "rb");
|
2012-11-17 18:30:24 +01:00
|
|
|
if(f != NULL)
|
2012-07-12 17:53:04 +02:00
|
|
|
{
|
2012-11-17 18:30:24 +01:00
|
|
|
fseek(f, 0, SEEK_END);
|
|
|
|
if(ftell(f) > 0x80) //Size should be more than 128b
|
|
|
|
{
|
|
|
|
gprintf("Devolution: Found %s\n", loader_path);
|
2012-07-22 20:02:56 +02:00
|
|
|
devo = true;
|
2012-11-17 18:30:24 +01:00
|
|
|
}
|
|
|
|
rewind(f);
|
2012-07-12 17:53:04 +02:00
|
|
|
fclose(f);
|
|
|
|
}
|
|
|
|
return devo;
|
|
|
|
}
|
|
|
|
|
2012-11-17 18:30:24 +01:00
|
|
|
void DEVO_GetLoader(const char *path)
|
2012-07-19 20:19:28 +02:00
|
|
|
{
|
2013-06-29 18:54:21 +02:00
|
|
|
tmp_buffer = fsop_ReadFile(fmt("%s/loader.bin", path), &loader_size);
|
|
|
|
if(tmp_buffer == NULL)
|
2012-07-28 18:41:48 +02:00
|
|
|
{
|
2012-11-17 18:30:24 +01:00
|
|
|
gprintf("Devolution: Loader not found!\n");
|
2012-07-28 18:41:48 +02:00
|
|
|
return;
|
|
|
|
}
|
2012-08-24 15:50:17 +02:00
|
|
|
}
|
2012-07-28 18:41:48 +02:00
|
|
|
|
2013-02-10 12:13:33 +01:00
|
|
|
void DEVO_SetOptions(const char *isopath, const char *gameID, bool memcard_emu,
|
|
|
|
bool widescreen, bool activity_led, bool wifi)
|
2012-08-24 15:50:17 +02:00
|
|
|
{
|
|
|
|
// re-mount device we need
|
2012-11-17 18:30:24 +01:00
|
|
|
DeviceHandle.MountDevolution();
|
2012-07-12 18:02:51 +02:00
|
|
|
|
|
|
|
//start writing cfg to mem
|
2012-07-12 15:21:14 +02:00
|
|
|
struct stat st;
|
|
|
|
int data_fd;
|
2012-07-22 20:02:56 +02:00
|
|
|
char iso2path[256];
|
2012-11-17 18:30:24 +01:00
|
|
|
iso2path[255] = '\0';
|
2012-07-12 15:21:14 +02:00
|
|
|
|
2012-07-22 20:02:56 +02:00
|
|
|
stat(isopath, &st);
|
2012-08-24 15:50:17 +02:00
|
|
|
FILE *f = fopen(isopath, "rb");
|
2012-11-17 18:30:24 +01:00
|
|
|
gprintf("Devolution: ISO Header %s\n", isopath);
|
2012-07-22 20:02:56 +02:00
|
|
|
fread((u8*)0x80000000, 1, 32, f);
|
|
|
|
fclose(f);
|
2012-07-12 15:21:14 +02:00
|
|
|
|
|
|
|
// fill out the Devolution config struct
|
2012-07-27 19:26:49 +02:00
|
|
|
memset(DEVO_CONFIG, 0, sizeof(gconfig));
|
2013-02-10 12:13:33 +01:00
|
|
|
DEVO_CONFIG->signature = DEVO_CONFIG_SIG;
|
|
|
|
DEVO_CONFIG->version = DEVO_CONFIG_VERSION;
|
2012-07-12 15:21:14 +02:00
|
|
|
DEVO_CONFIG->device_signature = st.st_dev;
|
|
|
|
DEVO_CONFIG->disc1_cluster = st.st_ino;
|
2013-02-10 12:13:33 +01:00
|
|
|
|
|
|
|
// Pergame options
|
|
|
|
if(wifi)
|
|
|
|
DEVO_CONFIG->options |= DEVO_CONFIG_WIFILOG;
|
|
|
|
if(widescreen)
|
|
|
|
DEVO_CONFIG->options |= DEVO_CONFIG_WIDE;
|
|
|
|
if(!activity_led)
|
|
|
|
DEVO_CONFIG->options |= DEVO_CONFIG_NOLED;
|
|
|
|
|
2012-07-22 20:02:56 +02:00
|
|
|
// If 2nd iso file tell Devo about it
|
2012-11-17 18:30:24 +01:00
|
|
|
strncpy(iso2path, isopath, 255);
|
|
|
|
char *ptz = strstr(iso2path, "game.iso");
|
2012-07-28 18:41:48 +02:00
|
|
|
if(ptz != NULL)
|
2013-03-11 21:23:24 +01:00
|
|
|
{
|
2012-07-22 20:02:56 +02:00
|
|
|
strncpy(ptz, "gam1.iso", 8);
|
2013-03-11 21:23:24 +01:00
|
|
|
f = fopen(iso2path, "rb");
|
|
|
|
if(f == NULL)
|
|
|
|
{
|
|
|
|
strncpy(ptz, "gam2.iso", 8);
|
|
|
|
f = fopen(iso2path, "rb");
|
|
|
|
if(f == NULL)
|
|
|
|
{
|
|
|
|
strncpy(ptz, "disc2.iso", 9);
|
|
|
|
f = fopen(iso2path, "rb");
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2012-07-28 18:41:48 +02:00
|
|
|
|
2012-11-17 18:30:24 +01:00
|
|
|
if(f != NULL)
|
2012-07-22 20:02:56 +02:00
|
|
|
{
|
2012-11-17 18:30:24 +01:00
|
|
|
gprintf("Devolution: 2nd ISO File for Multi DVD Game %s\n", iso2path);
|
2012-07-22 20:02:56 +02:00
|
|
|
stat(iso2path, &st);
|
|
|
|
DEVO_CONFIG->disc2_cluster = st.st_ino;
|
2012-07-28 18:41:48 +02:00
|
|
|
fclose(f);
|
2012-07-22 20:02:56 +02:00
|
|
|
}
|
2012-07-12 15:21:14 +02:00
|
|
|
|
|
|
|
// make sure these directories exist, they are required for Devolution to function correctly
|
2012-11-17 18:30:24 +01:00
|
|
|
fsop_MakeFolder(fmt("%s:/apps", DeviceName[currentPartition]));
|
|
|
|
fsop_MakeFolder(fmt("%s:/apps/gc_devo", DeviceName[currentPartition]));
|
2012-07-12 15:21:14 +02:00
|
|
|
|
2012-07-13 22:00:54 +02:00
|
|
|
if(memcard_emu)
|
2012-07-12 15:21:14 +02:00
|
|
|
{
|
2012-11-17 18:30:24 +01:00
|
|
|
const char *memcard_dir = NULL;
|
2012-07-13 22:00:54 +02:00
|
|
|
// find or create a 16MB memcard file for emulation
|
|
|
|
// this file can be located anywhere since it's passed by cluster, not name
|
2012-10-16 13:52:14 +02:00
|
|
|
// it must be at least 512KB (smallest possible memcard = 59 blocks)
|
2012-07-15 14:43:45 +02:00
|
|
|
if(gameID[3] == 'J') //Japanese Memory Card
|
2012-11-17 18:30:24 +01:00
|
|
|
memcard_dir = fmt("%s:/apps/gc_devo/memcard_jap.bin", DeviceName[currentPartition]);
|
2012-07-15 14:43:45 +02:00
|
|
|
else
|
2012-11-17 18:30:24 +01:00
|
|
|
memcard_dir = fmt("%s:/apps/gc_devo/memcard.bin", DeviceName[currentPartition]);
|
|
|
|
gprintf("Devolution: Memory Card File %s\n", memcard_dir);
|
2012-10-16 13:52:14 +02:00
|
|
|
// check if file doesn't exist
|
2012-11-17 18:30:24 +01:00
|
|
|
if(stat(memcard_dir, &st) == -1 || st.st_size < (1<<19))
|
2012-07-12 15:21:14 +02:00
|
|
|
{
|
2012-07-13 22:00:54 +02:00
|
|
|
// need to enlarge or create it
|
2012-11-17 18:30:24 +01:00
|
|
|
data_fd = open(memcard_dir, O_WRONLY|O_CREAT);
|
2012-07-13 22:00:54 +02:00
|
|
|
if(data_fd >= 0)
|
|
|
|
{
|
2012-10-16 13:52:14 +02:00
|
|
|
// try to make it 16MB (largest possible memcard = 2043 blocks)
|
2012-11-17 18:30:24 +01:00
|
|
|
gprintf("Devolution: Resizing Memory Card File...\n");
|
2012-07-13 22:00:54 +02:00
|
|
|
ftruncate(data_fd, 16<<20);
|
2012-10-16 13:52:14 +02:00
|
|
|
if(fstat(data_fd, &st) == -1 || st.st_size < (1<<19))
|
2012-07-13 22:00:54 +02:00
|
|
|
{
|
|
|
|
// it still isn't big enough. Give up.
|
|
|
|
st.st_ino = 0;
|
|
|
|
}
|
|
|
|
close(data_fd);
|
|
|
|
}
|
|
|
|
else
|
2012-07-12 15:21:14 +02:00
|
|
|
{
|
2012-07-13 22:00:54 +02:00
|
|
|
// couldn't open or create the memory card file
|
2012-07-12 15:21:14 +02:00
|
|
|
st.st_ino = 0;
|
|
|
|
}
|
|
|
|
}
|
2012-11-17 18:30:24 +01:00
|
|
|
gprintf("Devolution: Memory Card at %08x\n", st.st_ino);
|
2012-07-12 15:21:14 +02:00
|
|
|
}
|
2012-07-13 22:00:54 +02:00
|
|
|
else
|
|
|
|
st.st_ino = 0;
|
2012-07-12 15:21:14 +02:00
|
|
|
|
|
|
|
// set FAT cluster for start of memory card file
|
|
|
|
// if this is zero memory card emulation will not be used
|
|
|
|
DEVO_CONFIG->memcard_cluster = st.st_ino;
|
|
|
|
|
|
|
|
// flush disc ID and Devolution config out to memory
|
2012-07-15 14:43:45 +02:00
|
|
|
DCFlushRange((void*)0x80000000, 64);
|
2012-08-24 15:50:17 +02:00
|
|
|
|
2012-11-17 18:30:24 +01:00
|
|
|
DeviceHandle.UnMountDevolution();
|
2012-07-12 15:21:14 +02:00
|
|
|
}
|
|
|
|
|
2012-07-12 18:02:51 +02:00
|
|
|
void DEVO_Boot()
|
2012-07-12 17:53:04 +02:00
|
|
|
{
|
2012-11-18 14:40:26 +01:00
|
|
|
/* Move our loader into low MEM1 */
|
|
|
|
loader_bin = (u8*)MEM1_lo_alloc(loader_size);
|
|
|
|
memcpy(loader_bin, tmp_buffer, loader_size);
|
|
|
|
DCFlushRange(loader_bin, ALIGN32(loader_size));
|
|
|
|
MEM2_free(tmp_buffer);
|
|
|
|
gprintf("%s\n", (loader_bin+4));
|
2012-12-08 19:45:48 +01:00
|
|
|
/* Boot that binary */
|
|
|
|
JumpToEntry(DEVO_ENTRY);
|
2012-07-12 17:53:04 +02:00
|
|
|
}
|
|
|
|
|
2012-07-12 15:21:14 +02:00
|
|
|
|
|
|
|
// General
|
2012-02-02 23:22:46 +01:00
|
|
|
#define SRAM_ENGLISH 0
|
|
|
|
#define SRAM_GERMAN 1
|
|
|
|
#define SRAM_FRENCH 2
|
|
|
|
#define SRAM_SPANISH 3
|
|
|
|
#define SRAM_ITALIAN 4
|
|
|
|
#define SRAM_DUTCH 5
|
|
|
|
|
2012-08-05 15:48:15 +02:00
|
|
|
extern "C" {
|
2012-01-21 22:15:45 +01:00
|
|
|
syssram* __SYS_LockSram();
|
|
|
|
u32 __SYS_UnlockSram(u32 write);
|
|
|
|
u32 __SYS_SyncSram(void);
|
2012-08-05 15:48:15 +02:00
|
|
|
}
|
2012-01-21 22:15:45 +01:00
|
|
|
|
2012-11-01 17:39:42 +01:00
|
|
|
void GC_SetVideoMode(u8 videomode, u8 videoSetting, bool DIOSMIOS)
|
2012-01-21 22:15:45 +01:00
|
|
|
{
|
2012-06-24 20:11:12 +02:00
|
|
|
syssram *sram;
|
|
|
|
sram = __SYS_LockSram();
|
2012-07-19 22:23:57 +02:00
|
|
|
GXRModeObj *vmode = VIDEO_GetPreferredMode(0);
|
|
|
|
int vmode_reg = 0;
|
2012-02-21 18:21:12 +01:00
|
|
|
|
2012-06-14 17:27:57 +02:00
|
|
|
if((VIDEO_HaveComponentCable() && (CONF_GetProgressiveScan() > 0)) || videomode > 3)
|
2012-02-21 18:21:12 +01:00
|
|
|
sram->flags |= 0x80; //set progressive flag
|
|
|
|
else
|
|
|
|
sram->flags &= 0x7F; //clear progressive flag
|
|
|
|
|
2012-03-25 21:52:35 +02:00
|
|
|
if(videomode == 1 || videomode == 3 || videomode == 5)
|
2012-01-23 16:57:30 +01:00
|
|
|
{
|
2012-07-19 22:23:57 +02:00
|
|
|
vmode_reg = 1;
|
2012-03-25 21:52:35 +02:00
|
|
|
sram->flags |= 0x01; // Set bit 0 to set the video mode to PAL
|
|
|
|
sram->ntd |= 0x40; //set pal60 flag
|
2012-01-23 16:57:30 +01:00
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
2012-03-25 21:52:35 +02:00
|
|
|
sram->flags &= 0xFE; // Clear bit 0 to set the video mode to NTSC
|
|
|
|
sram->ntd &= 0xBF; //clear pal60 flag
|
|
|
|
}
|
|
|
|
|
|
|
|
if(videomode == 1)
|
2012-06-24 20:11:12 +02:00
|
|
|
{
|
2012-11-01 17:39:42 +01:00
|
|
|
if(DIOSMIOS && videoSetting == 2)
|
|
|
|
DMLCfg.VideoMode |= DML_VID_FORCE_PAL50;
|
2012-07-19 22:23:57 +02:00
|
|
|
vmode = &TVPal528IntDf;
|
2012-06-24 20:11:12 +02:00
|
|
|
}
|
2012-03-25 21:52:35 +02:00
|
|
|
else if(videomode == 2)
|
2012-06-24 20:11:12 +02:00
|
|
|
{
|
2012-11-01 17:39:42 +01:00
|
|
|
if(DIOSMIOS && videoSetting == 2)
|
|
|
|
DMLCfg.VideoMode |= DML_VID_FORCE_NTSC;
|
2012-07-19 22:23:57 +02:00
|
|
|
vmode = &TVNtsc480IntDf;
|
2012-06-24 20:11:12 +02:00
|
|
|
}
|
2012-03-25 21:52:35 +02:00
|
|
|
else if(videomode == 3)
|
|
|
|
{
|
2012-11-01 17:39:42 +01:00
|
|
|
if(DIOSMIOS && videoSetting == 2)
|
|
|
|
DMLCfg.VideoMode |= DML_VID_FORCE_PAL60;
|
2012-07-19 22:23:57 +02:00
|
|
|
vmode = &TVEurgb60Hz480IntDf;
|
|
|
|
vmode_reg = 5;
|
2012-06-24 20:11:12 +02:00
|
|
|
}
|
|
|
|
else if(videomode == 4 ||videomode == 6)
|
|
|
|
{
|
2012-11-01 17:39:42 +01:00
|
|
|
if(DIOSMIOS && videoSetting == 2)
|
|
|
|
DMLCfg.VideoMode |= DML_VID_FORCE_PROG;
|
2012-07-19 22:23:57 +02:00
|
|
|
vmode = &TVNtsc480Prog;
|
2012-03-25 21:52:35 +02:00
|
|
|
}
|
2012-06-24 20:11:12 +02:00
|
|
|
else if(videomode == 5 || videomode == 7)
|
2012-03-25 21:52:35 +02:00
|
|
|
{
|
2012-11-01 17:39:42 +01:00
|
|
|
if(DIOSMIOS && videoSetting == 2)
|
|
|
|
DMLCfg.VideoMode |= DML_VID_FORCE_PROG;
|
2012-07-19 22:23:57 +02:00
|
|
|
vmode = &TVNtsc480Prog;
|
|
|
|
vmode_reg = 5;
|
2012-01-23 16:57:30 +01:00
|
|
|
}
|
2012-02-21 18:01:57 +01:00
|
|
|
|
2012-01-21 22:15:45 +01:00
|
|
|
__SYS_UnlockSram(1); // 1 -> write changes
|
|
|
|
while(!__SYS_SyncSram());
|
|
|
|
|
2012-08-12 23:26:24 +02:00
|
|
|
/* Set video mode register */
|
|
|
|
*Video_Mode = vmode_reg;
|
|
|
|
DCFlushRange((void*)Video_Mode, 4);
|
|
|
|
|
|
|
|
/* Set video mode */
|
|
|
|
if(vmode != 0)
|
|
|
|
VIDEO_Configure(vmode);
|
|
|
|
|
|
|
|
/* Setup video */
|
|
|
|
VIDEO_SetBlack(FALSE);
|
|
|
|
VIDEO_Flush();
|
|
|
|
VIDEO_WaitVSync();
|
|
|
|
if(vmode->viTVMode & VI_NON_INTERLACE)
|
|
|
|
VIDEO_WaitVSync();
|
|
|
|
else while(VIDEO_GetNextField())
|
|
|
|
VIDEO_WaitVSync();
|
|
|
|
|
|
|
|
/* Set black and flush */
|
|
|
|
VIDEO_SetBlack(TRUE);
|
|
|
|
VIDEO_Flush();
|
|
|
|
VIDEO_WaitVSync();
|
|
|
|
if(vmode->viTVMode & VI_NON_INTERLACE)
|
|
|
|
VIDEO_WaitVSync();
|
|
|
|
else while(VIDEO_GetNextField())
|
|
|
|
VIDEO_WaitVSync();
|
2012-02-02 23:22:46 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
u8 get_wii_language()
|
|
|
|
{
|
|
|
|
switch (CONF_GetLanguage())
|
|
|
|
{
|
|
|
|
case CONF_LANG_GERMAN:
|
|
|
|
return SRAM_GERMAN;
|
|
|
|
case CONF_LANG_FRENCH:
|
|
|
|
return SRAM_FRENCH;
|
|
|
|
case CONF_LANG_SPANISH:
|
|
|
|
return SRAM_SPANISH;
|
|
|
|
case CONF_LANG_ITALIAN:
|
|
|
|
return SRAM_ITALIAN;
|
|
|
|
case CONF_LANG_DUTCH:
|
|
|
|
return SRAM_DUTCH;
|
|
|
|
default:
|
|
|
|
return SRAM_ENGLISH;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2012-03-11 20:47:24 +01:00
|
|
|
void GC_SetLanguage(u8 lang)
|
2012-02-02 23:22:46 +01:00
|
|
|
{
|
|
|
|
if (lang == 0)
|
|
|
|
lang = get_wii_language();
|
|
|
|
else
|
|
|
|
lang--;
|
|
|
|
|
|
|
|
syssram *sram;
|
|
|
|
sram = __SYS_LockSram();
|
|
|
|
sram->lang = lang;
|
|
|
|
|
|
|
|
__SYS_UnlockSram(1); // 1 -> write changes
|
|
|
|
while(!__SYS_SyncSram());
|
2012-02-25 23:34:52 +01:00
|
|
|
}
|