mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 15:05:59 +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
|
||||
{
|
||||
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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue