WII: Update port for the current versions of the base libraries. Enable DVD access for the GameCube port.
svn-id: r52074
This commit is contained in:
parent
185da18926
commit
c58e2707ff
8 changed files with 48 additions and 61 deletions
|
@ -22,7 +22,7 @@
|
|||
|
||||
#include <errno.h>
|
||||
#include <network.h>
|
||||
#include <gfx/gfx.h>
|
||||
#include <gxflux/gfx.h>
|
||||
|
||||
#include "common/config-manager.h"
|
||||
#include "gui/dialog.h"
|
||||
|
@ -133,11 +133,9 @@ WiiOptionsDialog::~WiiOptionsDialog() {
|
|||
}
|
||||
|
||||
void WiiOptionsDialog::handleTickle() {
|
||||
#ifndef GAMECUBE
|
||||
WiiFilesystemFactory &fsf = WiiFilesystemFactory::instance();
|
||||
|
||||
int tab = _tab->getActiveTab();
|
||||
#endif
|
||||
|
||||
#ifdef USE_WII_DI
|
||||
if (tab == _tabDVD) {
|
||||
|
@ -198,9 +196,7 @@ void WiiOptionsDialog::handleTickle() {
|
|||
|
||||
void WiiOptionsDialog::handleCommand(CommandSender *sender, uint32 cmd,
|
||||
uint32 data) {
|
||||
#ifndef GAMECUBE
|
||||
WiiFilesystemFactory &fsf = WiiFilesystemFactory::instance();
|
||||
#endif
|
||||
|
||||
switch (cmd) {
|
||||
case 'x':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue