mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-14 06:18:34 +00:00
(Wii) Rename all Wii files to gx/
This commit is contained in:
parent
4a328960a4
commit
46210fce54
@ -62,7 +62,7 @@ $(ELF_TARGET): $(OBJ)
|
||||
$(LD) -r -b binary -o $@ $<
|
||||
|
||||
pkg: all
|
||||
cp -r $(DOL_TARGET) wii/pkg/CORE.dol
|
||||
cp -r $(DOL_TARGET) gx/pkg/CORE.dol
|
||||
|
||||
clean:
|
||||
rm -f $(DOL_TARGET)
|
||||
|
@ -25,7 +25,7 @@ CFLAGS += -Wall -std=gnu99 $(MACHDEP) $(INCLUDE)
|
||||
LDFLAGS := $(MACHDEP) -Wl,-Map,$(notdir $(ELF_TARGET)).map,--section-start,.init=0x81200000
|
||||
LIBS := -lfat -lretro_wii -lwiiuse -logc -lbte
|
||||
|
||||
OBJ = wii/salamander/main.o console/rarch_console_exec.o console/rarch_console_libretro_mgmt.o file_path.o compat/compat.o conf/config_file.o console/exec/dol.o
|
||||
OBJ = gx/salamander/main.o console/rarch_console_exec.o console/rarch_console_libretro_mgmt.o file_path.o compat/compat.o conf/config_file.o console/exec/dol.o
|
||||
|
||||
ifeq ($(HAVE_LOGGER), 1)
|
||||
CFLAGS += -DHAVE_LOGGER
|
||||
@ -62,7 +62,7 @@ $(ELF_TARGET): $(OBJ)
|
||||
$(LD) -r -b binary -o $@ $<
|
||||
|
||||
pkg: all
|
||||
cp -r $(DOL_TARGET) wii/pkg/boot.dol
|
||||
cp -r $(DOL_TARGET) gx/pkg/boot.dol
|
||||
|
||||
clean:
|
||||
rm -f $(DOL_TARGET)
|
||||
|
@ -127,7 +127,7 @@ VIDEO DRIVER
|
||||
#if defined(HAVE_OPENGL)
|
||||
#include "../../gfx/gl.c"
|
||||
#elif defined(GEKKO)
|
||||
#include "../../wii/gx_video.c"
|
||||
#include "../../gx/gx_video.c"
|
||||
#endif
|
||||
|
||||
#include "../../gfx/gfx_common.c"
|
||||
@ -161,7 +161,7 @@ INPUT
|
||||
#if defined(__CELLOS_LV2__)
|
||||
#include "../../ps3/ps3_input.c"
|
||||
#elif defined(GEKKO)
|
||||
#include "../../wii/gx_input.c"
|
||||
#include "../../gx/gx_input.c"
|
||||
#elif defined(_XBOX)
|
||||
#include "../../xdk/xdk_xinput_input.c"
|
||||
#endif
|
||||
@ -213,7 +213,7 @@ AUDIO
|
||||
#elif defined(_XBOX360)
|
||||
#include "../../360/xdk360_audio.cpp"
|
||||
#elif defined(GEKKO)
|
||||
#include "../../wii/gx_audio.c"
|
||||
#include "../../gx/gx_audio.c"
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_DSOUND
|
||||
@ -262,7 +262,7 @@ MAIN
|
||||
#if defined(_XBOX)
|
||||
#include "../../xdk/frontend/main.c"
|
||||
#elif defined(GEKKO)
|
||||
#include "../../wii/frontend/main.c"
|
||||
#include "../../gx/frontend/main.c"
|
||||
#endif
|
||||
|
||||
/*============================================================
|
||||
|
@ -15,7 +15,7 @@
|
||||
|
||||
#include "../driver.h"
|
||||
#include "../general.h"
|
||||
#include "driver.h"
|
||||
#include "gx_video.h"
|
||||
#include <gccore.h>
|
||||
#include <ogcsys.h>
|
||||
#include <malloc.h>
|
@ -13,8 +13,8 @@
|
||||
* If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef WII_VIDEO_H__
|
||||
#define WII_VIDEO_H__
|
||||
#ifndef _GX_VIDEO_H__
|
||||
#define _GX_VIDEO_H__
|
||||
|
||||
void wii_video_init(uint32_t *menu_buffer);
|
||||
void wii_video_deinit(void);
|
Before Width: | Height: | Size: 8.9 KiB After Width: | Height: | Size: 8.9 KiB |
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<app version="1">
|
||||
<name>RetroArch Wii</name>
|
||||
<coder>Themaister, Squarepusher2, ToadKing</coder>
|
||||
<name>RetroArch GX</name>
|
||||
<coder>Maister, Squarepusher2, ToadKing</coder>
|
||||
<version>0.9.6</version>
|
||||
<release_date>2012</release_date>
|
||||
<short_description>Multi-system emulator</short_description>
|
Loading…
Reference in New Issue
Block a user