diff options
Diffstat (limited to 'backends/platform/ds/arm9/source/osystem_ds.h')
| -rw-r--r-- | backends/platform/ds/arm9/source/osystem_ds.h | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/backends/platform/ds/arm9/source/osystem_ds.h b/backends/platform/ds/arm9/source/osystem_ds.h index b6d6f5b7bc..316f45bb6e 100644 --- a/backends/platform/ds/arm9/source/osystem_ds.h +++ b/backends/platform/ds/arm9/source/osystem_ds.h @@ -159,4 +159,9 @@ void OSystem_DS::colorToRGB(OverlayColor color, uint8 &r, uint8 &g, uint8 &b)  	//consolePrintf("coltorgb\n");  } +namespace DS +{ +bool isCpuScalerEnabled(); +} +  #endif | 
