fix compile errors with MSVC 2008

This commit is contained in:
spacy51 2009-10-22 21:02:53 +00:00
parent c9865dacb7
commit 39056bc7c3
2 changed files with 11 additions and 0 deletions

View File

@ -480,6 +480,10 @@
RelativePath="..\..\src\gba\GBAcpu.h"
>
</File>
<File
RelativePath="..\..\src\gba\gbafilter.cpp"
>
</File>
<File
RelativePath="..\..\src\gba\gbagfx.cpp"
>

View File

@ -926,6 +926,13 @@ u32 systemReadJoypad(int which)
return 0;
}
// TODO: implement
void systemCartridgeRumble(bool) { }
void systemPossibleCartridgeRumble(bool) { }
void updateRumbleFrame() { }
int systemGetSensorZ() { return 0; }
u8 systemGetSensorDarkness() { return 0; }
void systemDrawScreen()
{
if(theApp.display == NULL)