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:
parent
4486e3a49c
commit
604b340504
|
@ -55,7 +55,6 @@ int main() {
|
|||
|
||||
gc_time = time(NULL);
|
||||
VIDEO_ClearFrameBuffer(rmode, xfb, 0);
|
||||
DrawPixel(0,0, 255, 0, 0);
|
||||
PAD_Read(pad);
|
||||
for(int a = 0; a < 4;a ++)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue