sce_main.c : Added "return 0;" to the end of main.
: ----------------------------------------------------------------------
This commit is contained in:
parent
5087a6057a
commit
f8c732a164
@ -134,4 +134,6 @@ int main() {
|
||||
wait_until_idle();
|
||||
start_DMA_ch1_source_chain(&gpu_refresh);
|
||||
wait_a_while();
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user