menu: add reset hotkey
[picodrive.git] / platform / gizmondo / emu.h
index 6f0322a..c7d58c0 100644 (file)
@@ -1,14 +1,4 @@
-// (c) Copyright 2006-2007 notaz, All rights reserved.\r
-// Free for non-commercial use.\r
-\r
-// For commercial use, separate licencing terms must be obtained.\r
-\r
 extern unsigned char gfx_buffer[321*240*2*2];\r
 \r
-void emu_Init(void);\r
-void emu_Deinit(void);\r
-void emu_Loop(void);\r
-void emu_ResetGame(void);\r
-\r
 void emu_stateCb(const char *str);\r
 \r