Skip to content

Commit

Permalink
gamarue fix attempt 3 or 4 idfk i forgot lol
Browse files Browse the repository at this point in the history
  • Loading branch information
kernelwernel committed Dec 6, 2023
1 parent f23f62d commit acbf0d4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/vmaware.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2714,6 +2714,8 @@ struct VM {
* @category Windows
*/
[[nodiscard]] static bool gamarue() try {
return false; // testing for segfault
/*
if (disabled(GAMARUE)) {
return false;
}
Expand Down Expand Up @@ -2765,6 +2767,7 @@ struct VM {
free(szBuff);
return false;
#endif
*/
} catch (...) {
#ifdef __VMAWARE_DEBUG__
debug("GAMARUE: catched error, returned false");
Expand Down

0 comments on commit acbf0d4

Please sign in to comment.