fix compile errors with MSVC 2008

git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@919 a31d4220-a93d-0410-bf67-fe4944624d44
This commit is contained in:
spacy51 2009-10-22 21:02:53 +00:00
parent 7c9458af33
commit a1e7ecd735
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)