forked from eden-emu/eden
more common funcs
Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
parent
ae62ee3d27
commit
195bd7005e
11 changed files with 331 additions and 220 deletions
7
src/qt_common/qt_path_util.h
Normal file
7
src/qt_common/qt_path_util.h
Normal file
|
@ -0,0 +1,7 @@
|
|||
#ifndef QT_PATH_UTIL_H
|
||||
#define QT_PATH_UTIL_H
|
||||
|
||||
#include "common/common_types.h"
|
||||
namespace QtCommon::PathUtil { bool OpenShaderCache(u64 program_id); }
|
||||
|
||||
#endif // QT_PATH_UTIL_H
|
Loading…
Add table
Add a link
Reference in a new issue