X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=gui.c;h=8a90aac2aeba41e3fef2d7739cf5a4f586fe4030;hb=4742480dcabcbd9d23fd8cb9a655fc8c9c314513;hp=21e10232bc9efe0fe869746648468bc4d8d90020;hpb=a6c41a382bd4c79ab5d337536152717afcfa624f;p=gpsp.git diff --git a/gui.c b/gui.c index 21e1023..8a90aac 100644 --- a/gui.c +++ b/gui.c @@ -1281,10 +1281,15 @@ u32 menu(u16 *original_screen) &audio_buffer_size_number, 10, #endif +#ifdef PSP_BUILD "Set the size (in bytes) of the audio buffer. Larger values may result\n" "in slightly better performance at the cost of latency; the lowest\n" "value will give the most responsive audio.\n" "This option requires gpSP to be restarted before it will take effect.", +#else + "Set the size (in bytes) of the audio buffer.\n" + "This option requires gpSP restart to take effect.", +#endif 10), submenu_option(NULL, "Back", "Return to the main menu.", 12) };