mirror of
https://github.com/neon443/ColourCam3DS.git
synced 2026-03-11 13:26:17 +00:00
itd be nice to have space in the buffer before putting more stuff in it lol
This commit is contained in:
@@ -125,11 +125,13 @@ int main(int argc, char* argv[])
|
||||
u32 kDown = hidKeysDown();
|
||||
if (kDown & KEY_START) {
|
||||
printf("start presed\n");
|
||||
takePicture(buf);
|
||||
flushBuffs(buf);
|
||||
gfxFlushBuffers();
|
||||
|
||||
gspWaitForVBlank();
|
||||
gfxSwapBuffers();
|
||||
|
||||
takePicture(buf);
|
||||
// break; // break in order to return to hbmenu
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user