X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=frontend%2Fmenu.c;h=fbcda2d86a981af3fe0da2af61d49833c578551f;hb=9f84fc93d514007355944bd8694c92391a7ae609;hp=289c30c5bdd21c1d7e1e8f29af84119d39ac9e72;hpb=61ad2a6193b343bed12af5400746254583339304;p=pcsx_rearmed.git diff --git a/frontend/menu.c b/frontend/menu.c index 289c30c5..fbcda2d8 100644 --- a/frontend/menu.c +++ b/frontend/menu.c @@ -1598,9 +1598,8 @@ static const char h_cfg_nodrc[] = "Disable dynamic recompiler and use interpret "Might be useful to overcome some dynarec bugs"; #endif static const char h_cfg_shacks[] = "Breaks games but may give better performance"; -static const char h_cfg_icache[] = "Support F1 games (only when dynarec is off).\n" - "Note: This breaks the PAL version of Spyro 2."; - +static const char h_cfg_icache[] = "Support F1 games (only when dynarec is off)"; + static menu_entry e_menu_adv_options[] = { mee_onoff_h ("Show CPU load", 0, g_opts, OPT_SHOWCPU, h_cfg_cpul),