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:
parent
e02c94271b
commit
2f145f79bb
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue