summaryrefslogtreecommitdiff
path: root/main.h
diff options
context:
space:
mode:
authornotaz2011-09-07 23:45:45 +0300
committernotaz2011-09-08 00:48:33 +0300
commitd0944fc942fad418aed45245e4259780f2fc0697 (patch)
treebba39c77c1c9e8fde1fcf63e253dbac71e0cc522 /main.h
parenta88b04319e4e8a00fb955ee085929039f0c34a49 (diff)
downloadpicogpsp-d0944fc942fad418aed45245e4259780f2fc0697.tar.gz
picogpsp-d0944fc942fad418aed45245e4259780f2fc0697.tar.bz2
picogpsp-d0944fc942fad418aed45245e4259780f2fc0697.zip
store saves and configs in gpsp dir
Don't like ROM dir littering. Still looking there for .sav and .cht files though.
Diffstat (limited to 'main.h')
-rw-r--r--main.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.h b/main.h
index 671974c..96739dc 100644
--- a/main.h
+++ b/main.h
@@ -185,6 +185,7 @@ static u32 prescale_table[] = { 0, 6, 8, 10 };
#endif // IN_MEMORY_C
void change_ext(const char *src, char *buffer, const char *extension);
+void make_rpath(char *buff, size_t size, const char *ext);
void set_clock_speed();