mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 13:05:25 -05:00
impr: Allow console output to work when debugging (#1382)
This commit is contained in:
@@ -641,6 +641,14 @@ namespace hex {
|
||||
#endif
|
||||
}
|
||||
|
||||
bool isDebugBuild() {
|
||||
#if defined DEBUG
|
||||
return true;
|
||||
#else
|
||||
return false;
|
||||
#endif
|
||||
}
|
||||
|
||||
bool updateImHex(UpdateType updateType) {
|
||||
// Get the path of the updater executable
|
||||
std::fs::path executablePath;
|
||||
|
||||
Reference in New Issue
Block a user