remove PicoDrive-specific stuff, add readme
[libpicofe.git] / psp / emu.h
diff --git a/psp/emu.h b/psp/emu.h
deleted file mode 100644 (file)
index aa98251..0000000
--- a/psp/emu.h
+++ /dev/null
@@ -1,15 +0,0 @@
-// (c) Copyright 2006-2007 notaz, All rights reserved.
-// Free for non-commercial use.
-
-// For commercial use, separate licencing terms must be obtained.
-
-
-extern int engineStateSuspend;
-
-void emu_HandleResume(void);
-
-void emu_msg_cb(const char *msg);
-
-// actually comes from Pico/Misc_amips.s
-void memset32_uncached(int *dest, int c, int count);
-