mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-22 13:25:51 +12:00
UX improvements for preview build
This commit is contained in:
parent
5bcc35dfc8
commit
b51a1aae5e
3 changed files with 10 additions and 4 deletions
|
@ -2,6 +2,7 @@
|
|||
#include <climits>
|
||||
#include <cstdarg>
|
||||
#include <cstdint>
|
||||
#include <conio.h>
|
||||
#include <iostream>
|
||||
#include <iterator>
|
||||
#include <sstream>
|
||||
|
@ -36,7 +37,9 @@ namespace Helpers {
|
|||
std::cout << termcolor::on_red << "[FATAL] ";
|
||||
std::printf(fmt, args...);
|
||||
std::cout << termcolor::reset << "\n";
|
||||
std::cout << "Press any button to exit\n";
|
||||
|
||||
getch();
|
||||
exit(1);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue