mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-13 10:06:08 +00:00
Link CARDUnlock.c, CARDBios.c matches, but can't be linked due to frank issues
Former-commit-id: 58d5c4a816
This commit is contained in:
16
include/dolphin/os/OSCache.h
Normal file
16
include/dolphin/os/OSCache.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#ifndef _DOLPHIN_OSCACHE
|
||||
#define _DOLPHIN_OSCACHE
|
||||
|
||||
#include "types.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
void LCEnable();
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user