From 604b3405042eac2a96ea4516d0b56571832f0931 Mon Sep 17 00:00:00 2001 From: Sonicadvance1 Date: Wed, 24 Dec 2008 10:57:44 +0000 Subject: [PATCH] Woops, fix for GC Controller Test Demo git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1648 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/TestSuite/Devices/Controllers/GC/source/GC.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/TestSuite/Devices/Controllers/GC/source/GC.cpp b/Source/TestSuite/Devices/Controllers/GC/source/GC.cpp index 7a056f2351..9238900484 100644 --- a/Source/TestSuite/Devices/Controllers/GC/source/GC.cpp +++ b/Source/TestSuite/Devices/Controllers/GC/source/GC.cpp @@ -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 ++) {