mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 22:05:12 +00:00
dce: removed glfw dependency
This commit is contained in:
parent
77dd5d7d10
commit
3230bfefd8
2 changed files with 1 additions and 2 deletions
|
|
@ -51,7 +51,7 @@ namespace vk
|
||||||
|
|
||||||
class symbol_cache
|
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:
|
public:
|
||||||
void initialize();
|
void initialize();
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,6 @@
|
||||||
#include "rx/mem.hpp"
|
#include "rx/mem.hpp"
|
||||||
#include "rx/watchdog.hpp"
|
#include "rx/watchdog.hpp"
|
||||||
#include "vm.hpp"
|
#include "vm.hpp"
|
||||||
#include <GLFW/glfw3.h>
|
|
||||||
#include <cstdio>
|
#include <cstdio>
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
#include <mutex>
|
#include <mutex>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue