X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=display.h;h=49fa741c748aa6f39a752898e8bd607bf2c57d50;hb=4de1b0aee9ef3dcbec05bf9042c14bbd74ac2319;hp=5d25932581e80d989bf2922997f8973b54f54123;hpb=02ea2b4aee10098f26acde34cee19340fd8e4177;p=drnoksnes diff --git a/display.h b/display.h index 5d25932..49fa741 100644 --- a/display.h +++ b/display.h @@ -53,22 +53,12 @@ uint32 S9xReadJoypad (int which1_0_to_4); bool8_32 S9xReadMousePosition (int which1_0_to_1, int &x, int &y, uint32 &buttons); bool8_32 S9xReadSuperScopePosition (int &x, int &y, uint32 &buttons); -void S9xUsage (); -void S9xInitDisplay (int argc, const char **argv); -void S9xDeinitDisplay (); -void S9xInitInputDevices (); -void S9xSetTitle (const char *title); -void S9xProcessEvents (bool8_32 block); -void S9xPutImage (int width, int height); -void S9xParseDisplayArg (char **argv, int &index, int argc); -void S9xToggleSoundChannel (int channel); void S9xSetInfoString (const char * fmt, ...); -int S9xMinCommandLineArgs (); + void S9xNextController (); bool8_32 S9xOpenSnapshotFile (const char *base, bool8_32 read_only, STREAM *file); void S9xCloseSnapshotFile (STREAM file); - END_EXTERN_C #endif