- fix issue #1708 - respect user preferences when specifying custom save/config/screenshot paths
This commit is contained in:
parent
dd07f6513f
commit
03d76027cf
5 changed files with 68 additions and 18 deletions
|
|
@ -69,4 +69,7 @@ inline int I_GetNumaNodeCount() { return 1; }
|
|||
inline int I_GetNumaNodeThreadCount(int numaNode) { return std::max<int>(std::thread::hardware_concurrency(), 1); }
|
||||
inline void I_SetThreadNumaNode(std::thread &thread, int numaNode) { }
|
||||
|
||||
void I_OpenShellFolder(const char*);
|
||||
void I_OpenShellFile(const char*);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -79,4 +79,7 @@ int I_GetNumaNodeCount();
|
|||
int I_GetNumaNodeThreadCount(int numaNode);
|
||||
void I_SetThreadNumaNode(std::thread &thread, int numaNode);
|
||||
|
||||
void I_OpenShellFolder(const char*);
|
||||
void I_OpenShellFile(const char*);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue