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:
parent
7c9458af33
commit
a1e7ecd735
|
@ -480,6 +480,10 @@
|
|||
RelativePath="..\..\src\gba\GBAcpu.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\gba\gbafilter.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\gba\gbagfx.cpp"
|
||||
>
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue