diff --git a/source/arm11/atp.c b/source/arm11/atp.c index 8e0a59c..061f3ad 100644 --- a/source/arm11/atp.c +++ b/source/arm11/atp.c @@ -228,7 +228,7 @@ atp_error_t atp_select( atp_text_t title, atp_counter_t cnt, atp_itemprovider_t } // draw item - // draw_options( title_len, 0, cnt, item_sel, provider, data ); + draw_options( title_len, 0, cnt, item_sel, provider, data ); while( 1 ) {