aboutsummaryrefslogtreecommitdiff
path: root/frontend/common/plat.h
diff options
context:
space:
mode:
authornotaz2011-03-01 17:20:01 +0200
committernotaz2011-03-01 17:35:19 +0200
commit4f5a1b2a86d077d32086de91f487a2ee5270714d (patch)
tree5d98227ac5afa332cdd5ddf5706f231b04ecfa4c /frontend/common/plat.h
parente3d0da2638cc4c97ccb1f577b4c54363ec69c5a6 (diff)
downloadpcsx_rearmed-4f5a1b2a86d077d32086de91f487a2ee5270714d.tar.gz
pcsx_rearmed-4f5a1b2a86d077d32086de91f487a2ee5270714d.tar.bz2
pcsx_rearmed-4f5a1b2a86d077d32086de91f487a2ee5270714d.zip
frontend: add BIOS warning
this will hopefully reduce forum load
Diffstat (limited to 'frontend/common/plat.h')
-rw-r--r--frontend/common/plat.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/frontend/common/plat.h b/frontend/common/plat.h
index 0357040..0a9fc0b 100644
--- a/frontend/common/plat.h
+++ b/frontend/common/plat.h
@@ -50,7 +50,6 @@ unsigned int plat_get_ticks_ms(void);
unsigned int plat_get_ticks_us(void);
void plat_wait_till_us(unsigned int us);
-const char *plat_get_credits(void);
void plat_debug_cat(char *str);
#ifdef __cplusplus