From 4742480dcabcbd9d23fd8cb9a655fc8c9c314513 Mon Sep 17 00:00:00 2001 From: notaz Date: Sat, 30 May 2009 22:47:25 +0300 Subject: wiz port wip --- gui.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gui.c') 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) }; -- cgit v1.2.3