Skip to content

Commit

Permalink
switch: stop threads on exit
Browse files Browse the repository at this point in the history
  • Loading branch information
Hydr8gon committed Apr 23, 2019
1 parent fadf668 commit ae0bce9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/switch/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -802,6 +802,7 @@ int main(int argc, char **argv)
refreshDisplay();
}

hotkeyMask |= BIT(2);
pauseCore();
deinitRenderer();
return 0;
Expand Down

0 comments on commit ae0bce9

Please sign in to comment.