aboutsummaryrefslogtreecommitdiff
path: root/sdk-modifications/include/tcm.h
diff options
context:
space:
mode:
authoraliaspider2014-10-28 06:47:04 +0100
committeraliaspider2014-10-28 06:47:04 +0100
commitad4866e0cb1f7ddefbe1e31a890741e4cbc50181 (patch)
tree86b8351ca560156abbeaed5e2c1964de38a49544 /sdk-modifications/include/tcm.h
parent2b75359c7ea0485b509460ea81606ac8052a6333 (diff)
downloadsnes9x2005-ad4866e0cb1f7ddefbe1e31a890741e4cbc50181.tar.gz
snes9x2005-ad4866e0cb1f7ddefbe1e31a890741e4cbc50181.tar.bz2
snes9x2005-ad4866e0cb1f7ddefbe1e31a890741e4cbc50181.zip
remove unused files
Diffstat (limited to 'sdk-modifications/include/tcm.h')
-rwxr-xr-xsdk-modifications/include/tcm.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/sdk-modifications/include/tcm.h b/sdk-modifications/include/tcm.h
deleted file mode 100755
index 4de3333..0000000
--- a/sdk-modifications/include/tcm.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef __TCM_H
-#define __TCM_H
-
-/*
-* Function: makes cpu to idle state. It will be waken up by RTC in the next second.
-* Of course, it can be waken up by keys at any time.
-*/
-int enable_enter_idle(void);
-
-#endif