#include "lib/file/vfs/vfs_path.h"
#include "ps/CStr.h"
#include <array>
#include <map>
#include <memory>
#include <mutex>
#include <vector>
Go to the source code of this file.
◆ CFG_GET_VAL
| #define CFG_GET_VAL |
( |
|
name, |
|
|
|
destination |
|
) |
| g_ConfigDB.GetValue(CFG_USER, name, destination) |
◆ g_ConfigDB
◆ CConfigValueSet
◆ EConfigNamespace
Namespace priorities:
- Command line args override everything
- User supersedes HWDetect (let the user try crashing his system).
- HWDetect supersedes mods & default -> mods can mod hwdetect itself.
- SYSTEM is used for local.cfg and is basically for setting custom defaults.
| Enumerator |
|---|
| CFG_DEFAULT | |
| CFG_MOD | |
| CFG_SYSTEM | |
| CFG_HWDETECT | |
| CFG_USER | |
| CFG_COMMAND | |
| CFG_LAST | |