more common funcs

Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
crueter 2025-07-22 23:23:14 -04:00
parent ae62ee3d27
commit 195bd7005e
Signed by: crueter
GPG key ID: 425ACD2D4830EBC6
11 changed files with 331 additions and 220 deletions

View 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