mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Woops, fix for GC Controller Test Demo
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1648 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -55,7 +55,6 @@ int main() {
|
|||||||
|
|
||||||
gc_time = time(NULL);
|
gc_time = time(NULL);
|
||||||
VIDEO_ClearFrameBuffer(rmode, xfb, 0);
|
VIDEO_ClearFrameBuffer(rmode, xfb, 0);
|
||||||
DrawPixel(0,0, 255, 0, 0);
|
|
||||||
PAD_Read(pad);
|
PAD_Read(pad);
|
||||||
for(int a = 0; a < 4;a ++)
|
for(int a = 0; a < 4;a ++)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user