mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-06 07:38:05 -04:00
SVP: fix ARM breakage, re-add missing stuff
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@818 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
bcf65fd674
commit
72f63cf06c
6 changed files with 67 additions and 35 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
|
||||
#include "../../pico_int.h"
|
||||
#include "../../cpu/drc/cmn.h"
|
||||
#include "compiler.h"
|
||||
|
||||
svp_t *svp = NULL;
|
||||
|
@ -97,6 +98,11 @@ static int PicoSVPDma(unsigned int source, int len, unsigned short **srcp, unsig
|
|||
|
||||
void PicoSVPInit(void)
|
||||
{
|
||||
#ifndef PSP
|
||||
// this is to unmap tcache and make
|
||||
// mem available for large ROMs, MCD, etc.
|
||||
drc_cmn_cleanup();
|
||||
#endif
|
||||
}
|
||||
|
||||
static void PicoSVPExit(void)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue