X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=frontend%2Fmenu.h;h=8f5acda7ac2fe776bd87f2ae19b7678ef999affe;hb=7a8d521fba9c86ae7b51369ce061bf63112b745f;hp=6b1e55f3fea6121223bc2b5b875af3d860f2b391;hpb=efcf1f7301adbcc06b05eb92fc01a32faa993cfa;p=pcsx_rearmed.git diff --git a/frontend/menu.h b/frontend/menu.h index 6b1e55f3..8f5acda7 100644 --- a/frontend/menu.h +++ b/frontend/menu.h @@ -1,3 +1,6 @@ +#ifndef __MENU_H__ +#define __MENU_H__ + void menu_init(void); void menu_prepare_emu(void); void menu_loop(void); @@ -29,8 +32,11 @@ enum g_soft_filter_opts { }; extern int g_opts, g_scaler, g_gamma; +extern int scanlines, scanline_level; extern int soft_scaling, analog_deadzone; extern int soft_filter; extern int g_menuscreen_w; extern int g_menuscreen_h; + +#endif /* __MENU_H__ */