Skip to content

Commit

Permalink
ahh
Browse files Browse the repository at this point in the history
  • Loading branch information
user95401 committed Apr 6, 2024
1 parent a2ad577 commit c77d2ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ LONG WINAPI VectoredExceptionHandler(_EXCEPTION_POINTERS* pExceptInfo) {
return EXCEPTION_CONTINUE_SEARCH;
}

$on_mod(Loaded) {
#include <Geode/modify/LoadingLayer.hpp>
class $modify(LoadingLayer) {
//VectoredExceptionHandler
AddVectoredExceptionHandler(1, VectoredExceptionHandler);
//ConsoleHandler for idk
Expand Down

0 comments on commit c77d2ee

Please sign in to comment.