mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator.git
synced 2025-12-05 11:44:53 +01:00
Fixed overlay now showing on some games
In sanctum2, not writing in our own context makes the game crash.
This commit is contained in:
parent
1016e7f47f
commit
6ebc946607
2 changed files with 39 additions and 12 deletions
|
|
@ -19,6 +19,8 @@ private:
|
|||
// Variables
|
||||
bool hooked;
|
||||
bool initialized;
|
||||
Display *display;
|
||||
GLXContext context;
|
||||
|
||||
// Functions
|
||||
OpenGLX_Hook();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue