mirror of
https://github.com/dborth/vbagx.git
synced 2024-12-26 18:51:49 +01:00
fix black screen home button issue
This commit is contained in:
parent
88cd91824e
commit
176c4c95bd
@ -156,7 +156,7 @@ With it you can play GBA/Game Boy Color/Game Boy games on your Wii/GameCube.
|
||||
|
||||
[1.0.1 - September 18, 2008]
|
||||
* GBA games now run at full speed
|
||||
* Menu improvements, with spiffy new background - thanks brakken!
|
||||
* Menu improvements, with spiffy new background
|
||||
* Fixed L/R buttons - they work now
|
||||
|
||||
[1.0.0 - September 16, 2008]
|
||||
@ -209,8 +209,7 @@ Gamecube:
|
||||
--------------------------------
|
||||
You can load VBAGX via sdload and an SD card in slot A, or by streaming
|
||||
it to your Gamecube, or by booting a bootable DVD with VBAGX on it.
|
||||
This document doesn't cover how to do any of that. A good source for information
|
||||
on these topics is the tehskeen forums: http://www.tehskeen.com/forums/
|
||||
This document doesn't cover how to do any of that.
|
||||
|
||||
×—–—–—–—– –—–—–—–—–—–—–—–—–—–— —–—–—–—–—–—–—–—-—–-–•¬
|
||||
|0O×øo· INSTRUCTIONS ·oø×O0|
|
||||
@ -825,8 +824,5 @@ right analog stick = fast forward
|
||||
|
||||
VBAGX Web Site
|
||||
http://code.google.com/p/vba-wii
|
||||
|
||||
TehSkeen Support Forums
|
||||
http://www.tehskeen.net
|
||||
|
||||
¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤
|
||||
|
@ -889,8 +889,8 @@ u32 GetJoy(int pad)
|
||||
// request to go back to menu
|
||||
if (
|
||||
(userInput[pad].pad.substickX < -70) ||
|
||||
(userInput[pad].wpad.btns_d & WPAD_BUTTON_HOME) ||
|
||||
(userInput[pad].wpad.btns_d & WPAD_CLASSIC_BUTTON_HOME) ||
|
||||
(userInput[pad].wpad.btns_h & WPAD_BUTTON_HOME) ||
|
||||
(userInput[pad].wpad.btns_h & WPAD_CLASSIC_BUTTON_HOME) ||
|
||||
(DownUsbKeys[KB_ESC])
|
||||
)
|
||||
{
|
||||
|
@ -14,11 +14,7 @@
|
||||
#include <string.h>
|
||||
#include <wiiuse/wpad.h>
|
||||
#include <malloc.h>
|
||||
|
||||
extern "C" {
|
||||
long long gettime();
|
||||
u32 diff_usec(long long start,long long end);
|
||||
}
|
||||
#include <ogc/lwp_watchdog.h>
|
||||
|
||||
#include "pngu/pngu.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user