X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fcommon%2Fplat.h;h=ca847c69088e79bd7b25de8d53edb2ac9f27f105;hb=19954be1966a04304b16d9180b003ec8ca3bc532;hp=a453431a1ad1cd5bacd21314db789a4ebf8dd37d;hpb=460603fa8119a41192ebdc7012d120f6263a2bce;p=picodrive.git diff --git a/platform/common/plat.h b/platform/common/plat.h index a453431..ca847c6 100644 --- a/platform/common/plat.h +++ b/platform/common/plat.h @@ -9,7 +9,6 @@ void pemu_prep_defconfig(void); void pemu_loop_prep(void); void pemu_loop_end(void); void pemu_forced_frame(int opts); -void pemu_video_mode_change(int is_32col, int is_240_lines); void pemu_update_display(const char *fps, const char *notice_msg); void pemu_sound_start(void);