MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / getConfigIniPath

Function getConfigIniPath

apps/tools/Studio/main.cpp:120–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118static std::string iniFilePath;
119
120static const char* getConfigIniPath()
121{
122 iniFilePath = Poseidon::Foundation::getUserConfigDir("PoseidonStudio") + "/imgui.ini";
123 return iniFilePath.c_str();
124}
125
126static void saveScreenshot(SDL_Renderer* renderer, const char* path)
127{

Callers 1

mainFunction · 0.85

Calls 1

getUserConfigDirFunction · 0.50

Tested by

no test coverage detected