notaz.gp2x.de
/
pcsx_rearmed.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
150c56eca45129ca9339a97d8a24585a2ee9e8de
[pcsx_rearmed.git]
/
frontend
/
3ds
/
3ds_utils.h
1
#ifndef _3DS_UTILS_H
2
#define _3DS_UTILS_H
3
4
void ctr_invalidate_ICache(void);
5
void ctr_flush_DCache(void);
6
7
void ctr_flush_invalidate_cache(void);
8
9
int ctr_svchack_init(void);
10
void ctr_svchack_exit(void);
11
12
#endif // _3DS_UTILS_H