mirror of
https://github.com/InoriRus/Kyty.git
synced 2026-08-28 05:06:40 +00:00
PS5 graphics (#42)
This commit is contained in:
@@ -17,12 +17,6 @@
|
||||
#define KYTY_CFG_GET(n) n = s->value(#n).value<decltype(n)>();
|
||||
#define KYTY_CFG_GETL(n) n = s->value(#n).toStringList();
|
||||
|
||||
//#define KYTY_LIBS \
|
||||
// { \
|
||||
// "libc_internal_1", "libkernel_1", "libVideoOut_1", "libSysmodule_1", "libDiscMap_1", "libDebug_1", "libGraphicsDriver_1", \
|
||||
// "libUserService_1", "libSystemService_1", "libPad_1", "libNet_1", "libDialog_1", "libAudio_1", "libPlayGo_1", "libSaveData_1", \
|
||||
// "libAppContent_1" \
|
||||
// }
|
||||
|
||||
template <class T>
|
||||
inline QStringList EnumToList()
|
||||
|
||||
Reference in New Issue
Block a user