mirror of
https://github.com/neon443/ColourCam3DS.git
synced 2026-03-11 05:19:13 +00:00
Merge branch 'main' of https://github.com/neon443/colourcam3ds
This commit is contained in:
@@ -189,6 +189,9 @@ int main(int argc, char* argv[])
|
|||||||
|
|
||||||
// Your code goes here
|
// Your code goes here
|
||||||
u32 kDown = hidKeysDown();
|
u32 kDown = hidKeysDown();
|
||||||
|
if(kDown & KEY_START) {
|
||||||
|
break;
|
||||||
|
}
|
||||||
if (kDown & KEY_R) {
|
if (kDown & KEY_R) {
|
||||||
buf = flushBuffs(buf);
|
buf = flushBuffs(buf);
|
||||||
gfxFlushBuffers();
|
gfxFlushBuffers();
|
||||||
@@ -196,7 +199,6 @@ int main(int argc, char* argv[])
|
|||||||
gspWaitForVBlank();
|
gspWaitForVBlank();
|
||||||
gfxSwapBuffers();
|
gfxSwapBuffers();
|
||||||
|
|
||||||
|
|
||||||
getColor(gfxGetFramebuffer(GFX_TOP, GFX_LEFT, NULL, NULL), 200, 120);
|
getColor(gfxGetFramebuffer(GFX_TOP, GFX_LEFT, NULL, NULL), 200, 120);
|
||||||
// break; // break in order to return to hbmenu
|
// break; // break in order to return to hbmenu
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user