(Wii) Rename wii input/audio/video drivers - add ToadKing

to Wii port credits
This commit is contained in:
Twinaphex 2012-07-26 23:11:52 +02:00
parent ea32b7ac6d
commit 870f3a4b19
6 changed files with 11 additions and 5 deletions

View File

@ -1,5 +1,6 @@
Hans-Kristian Arntzen - <maister@archlinux.us> Hans-Kristian Arntzen - <maister@archlinux.us>
- Main code, maintainer - Main code, maintainer
- Gamecube/Wii libogc port
Devin J. Pohly - <djpohly@djpohly.com> Devin J. Pohly - <djpohly@djpohly.com>
- Joypad axis support - Joypad axis support
@ -10,7 +11,9 @@ Chris Moeller - <kode54@gmail.com>
Daniel De Matteis - <autechre1024@hotmail.com> Daniel De Matteis - <autechre1024@hotmail.com>
- PlayStation 3 port - PlayStation 3 port
- XBox 360 XDK port - XBox 360 XDK port
- Libxenon port
- XBox 1 port - XBox 1 port
- Gamecube/Wii libogc port
David Reichelt - <freakdave@hotmail.com> David Reichelt - <freakdave@hotmail.com>
- XBox 1 port - XBox 1 port
@ -19,6 +22,7 @@ tukuyomi - <tukuyomi@free.fr>
- Cleanups in quickbuild - Cleanups in quickbuild
Michael Lelli - <toadking@toadking.com> Michael Lelli - <toadking@toadking.com>
- Gamecube/Wii libogc port
- Raspberry Pi video driver - Raspberry Pi video driver
- Linux Raw keyboard input driver - Linux Raw keyboard input driver

View File

@ -105,7 +105,7 @@ VIDEO DRIVER
#elif defined(HAVE_OPENGLES20) #elif defined(HAVE_OPENGLES20)
#include "../../gfx/gles.c" #include "../../gfx/gles.c"
#elif defined(GEKKO) #elif defined(GEKKO)
#include "../../wii/video.c" #include "../../wii/gx_video.c"
#endif #endif
#include "../../gfx/gfx_common.c" #include "../../gfx/gfx_common.c"
@ -137,7 +137,7 @@ INPUT
#if defined(__CELLOS_LV2__) #if defined(__CELLOS_LV2__)
#include "../../ps3/ps3_input.c" #include "../../ps3/ps3_input.c"
#elif defined(GEKKO) #elif defined(GEKKO)
#include "../../wii/input.c" #include "../../wii/gx_input.c"
#endif #endif
#ifdef _XBOX #ifdef _XBOX
@ -195,7 +195,7 @@ AUDIO
#elif defined(_XBOX360) #elif defined(_XBOX360)
#include "../../360/xdk360_audio.cpp" #include "../../360/xdk360_audio.cpp"
#elif defined(GEKKO) #elif defined(GEKKO)
#include "../../wii/audio.c" #include "../../wii/gx_audio.c"
#endif #endif
#ifdef HAVE_DSOUND #ifdef HAVE_DSOUND

View File

@ -1,5 +1,6 @@
/* RetroArch - A frontend for libretro. /* RetroArch - A frontend for libretro.
* Copyright (C) 2012 - Hans-Kristian Arntzen * Copyright (C) 2010-2012 - Hans-Kristian Arntzen
* Copyright (C) 2011-2012 - Daniel De Matteis
* Copyright (C) 2012 - Michael Lelli * Copyright (C) 2012 - Michael Lelli
* *
* RetroArch is free software: you can redistribute it and/or modify it under the terms * RetroArch is free software: you can redistribute it and/or modify it under the terms
@ -27,7 +28,7 @@
#define M_PI 3.14159265358979323846264338327 #define M_PI 3.14159265358979323846264338327
#endif #endif
#include "wii_input.h" #include "gx_input.h"
#include "../driver.h" #include "../driver.h"
#include "../libretro.h" #include "../libretro.h"
#include <stdlib.h> #include <stdlib.h>

View File

@ -1,5 +1,6 @@
/* RetroArch - A frontend for libretro. /* RetroArch - A frontend for libretro.
* Copyright (C) 2010-2012 - Hans-Kristian Arntzen * Copyright (C) 2010-2012 - Hans-Kristian Arntzen
* Copyright (C) 2011-2012 - Daniel De Matteis
* Copyright (C) 2012 - Michael Lelli * Copyright (C) 2012 - Michael Lelli
* *
* RetroArch is free software: you can redistribute it and/or modify it under the terms * RetroArch is free software: you can redistribute it and/or modify it under the terms