2
0
forked from Ivasoft/DSView

A new way to get the demo resource directory path

This commit is contained in:
dreamsourcelabTAI
2023-06-01 17:20:49 +08:00
parent e7058fcb1f
commit 56e401e7a9
10 changed files with 209 additions and 258 deletions

View File

@@ -73,6 +73,8 @@ bool AppControl::Init()
qs = GetAppDataDir();
cs = pv::path::ToUnicodePath(qs);
dsv_info("GetAppDataDir:\"%s\"", cs.c_str());
cs = pv::path::ToUnicodePath(qs);
ds_set_user_data_dir(cs.c_str());
qs = GetFirmwareDir();
cs = pv::path::ToUnicodePath(qs);