mirror of
https://git.planet-casio.com/Fcalva/Copy3DEngine.git
synced 2024-12-28 04:23:44 +01:00
Apparition réparée
This commit is contained in:
parent
a90b352bf1
commit
f071c91b9c
1 changed files with 5 additions and 8 deletions
13
src/main.c
13
src/main.c
|
@ -154,13 +154,10 @@ int main(){
|
|||
|
||||
prof_init();
|
||||
|
||||
#ifdef USB
|
||||
usb_interface_t const *interfaces[] = {&usb_ff_bulk, NULL};
|
||||
usb_open(interfaces, GINT_CALL_NULL);
|
||||
#endif
|
||||
|
||||
posX = fix(13); posY = fix(111);
|
||||
|
||||
#ifdef USB
|
||||
usb_interface_t const *interfaces[] = {&usb_ff_bulk, NULL};
|
||||
usb_open(interfaces, GINT_CALL_NULL);
|
||||
#endif
|
||||
|
||||
while (exit_game == 0) {
|
||||
prof_t frame = prof_make();
|
||||
|
@ -207,4 +204,4 @@ int main(){
|
|||
free(&frame_buffer);
|
||||
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue