diff options
| author | Neil Millstone | 2007-04-06 18:34:53 +0000 | 
|---|---|---|
| committer | Neil Millstone | 2007-04-06 18:34:53 +0000 | 
| commit | c6d41c07558eb74a18e88b3fc68c5ec76bb3f9fe (patch) | |
| tree | d53d35422e0d3d700a48d4f1bca587eb1b7af79d /backends/platform/ds/arm9/source/dsmain.h | |
| parent | 40245fe4504ecc7cb26ccfc5b5c7d5d2b15cbbe7 (diff) | |
| download | scummvm-rg350-c6d41c07558eb74a18e88b3fc68c5ec76bb3f9fe.tar.gz scummvm-rg350-c6d41c07558eb74a18e88b3fc68c5ec76bb3f9fe.tar.bz2 scummvm-rg350-c6d41c07558eb74a18e88b3fc68c5ec76bb3f9fe.zip  | |
Updating DS port for changes in main codebase.  Code changes for DevkitArm r20 and latest libnds.
svn-id: r26394
Diffstat (limited to 'backends/platform/ds/arm9/source/dsmain.h')
| -rw-r--r-- | backends/platform/ds/arm9/source/dsmain.h | 5 | 
1 files changed, 5 insertions, 0 deletions
diff --git a/backends/platform/ds/arm9/source/dsmain.h b/backends/platform/ds/arm9/source/dsmain.h index 040e78663a..40ac33528b 100644 --- a/backends/platform/ds/arm9/source/dsmain.h +++ b/backends/platform/ds/arm9/source/dsmain.h @@ -116,6 +116,11 @@ void 	setGameSize(int width, int height);  int		getGameWidth();  int		getGameHeight(); +// Fast RAM allocation (ITCM) +void	fastRamReset(); +void*	fastRamAlloc(int size); + +  }  | 
