aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/ps2/systemps2.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/platform/ps2/systemps2.h')
-rw-r--r--backends/platform/ps2/systemps2.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/backends/platform/ps2/systemps2.h b/backends/platform/ps2/systemps2.h
index 31aa29e83f..e78f57befb 100644
--- a/backends/platform/ps2/systemps2.h
+++ b/backends/platform/ps2/systemps2.h
@@ -126,9 +126,9 @@ public:
virtual void getTimeAndDate(TimeDate &t) const;
- void timerThread(void);
- void soundThread(void);
- void msgPrintf(int millis, char *format, ...);
+ void timerThreadCallback(void);
+ void soundThreadCallback(void);
+ void msgPrintf(int millis, const char *format, ...) GCC_PRINTF(3, 4);
void makeConfigPath(void);
bool prepMC();