mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-03 14:49:22 +00: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:
parent
4486e3a49c
commit
604b340504
1 changed files with 0 additions and 1 deletions
|
@ -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 ++)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue