mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-06 16:49:59 +01:00
dce: removed glfw dependency
This commit is contained in:
parent
77dd5d7d10
commit
3230bfefd8
|
|
@ -51,7 +51,7 @@ namespace vk
|
|||
|
||||
class symbol_cache
|
||||
{
|
||||
std::vector<std::pair<typename T1, typename T2><std::string, void**>> registered_symbols;
|
||||
std::vector<std::pair<std::string, void**>> registered_symbols;
|
||||
|
||||
public:
|
||||
void initialize();
|
||||
|
|
|
|||
|
|
@ -13,7 +13,6 @@
|
|||
#include "rx/mem.hpp"
|
||||
#include "rx/watchdog.hpp"
|
||||
#include "vm.hpp"
|
||||
#include <GLFW/glfw3.h>
|
||||
#include <cstdio>
|
||||
#include <cstring>
|
||||
#include <mutex>
|
||||
|
|
|
|||
Loading…
Reference in a new issue