From d0944fc942fad418aed45245e4259780f2fc0697 Mon Sep 17 00:00:00 2001 From: notaz Date: Wed, 7 Sep 2011 23:45:45 +0300 Subject: store saves and configs in gpsp dir Don't like ROM dir littering. Still looking there for .sav and .cht files though. --- main.h | 1 + 1 file changed, 1 insertion(+) (limited to 'main.h') 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(); -- cgit v1.2.3