Skip to content

Commit ff681a4

Browse files
committed
Run aptMainLoop()
1 parent b44ddaa commit ff681a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/overlays/showQrCode.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ void Overlays::ShowQrCodeUrl(const std::string &title, const std::string &url) {
136136

137137
bool doOut = false;
138138

139-
while(!doOut) {
139+
while(!doOut && aptMainLoop()) {
140140
Gui::clearTextBufs();
141141
C3D_FrameBegin(C3D_FRAME_SYNCDRAW);
142142
C2D_TargetClear(Top, TRANSPARENT);

0 commit comments

Comments
 (0)