1
0
Fork 0
mirror of https://github.com/Detanup01/gbe_fork.git synced 2025-08-08 16:45:34 +02:00

fix pdk path

This commit is contained in:
Detanup01 2025-02-06 18:38:03 +01:00 committed by GitHub
parent e02c94271b
commit 2f145f79bb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -279,7 +279,7 @@ unsigned int file_size_(const std::string &full_path)
#ifdef EMU_EXPERIMENTAL_BUILD
#include "pdk/pdk.h"
#include "../pdk/pdk.h"
static std::vector<void*> loaded_libs{};
static void load_dlls()