Mo stuffs
This commit is contained in:
@@ -31,7 +31,7 @@ int APIENTRY wWinMain(HINSTANCE hInstance,
|
|||||||
settings.no_sandbox = true;
|
settings.no_sandbox = true;
|
||||||
settings.remote_debugging_port = 8080;
|
settings.remote_debugging_port = 8080;
|
||||||
#ifdef _DEBUG
|
#ifdef _DEBUG
|
||||||
settings.single_process = false;
|
settings.single_process = true;
|
||||||
#endif
|
#endif
|
||||||
CefInitialize(mainArgs, settings, app, nullptr);
|
CefInitialize(mainArgs, settings, app, nullptr);
|
||||||
|
|
||||||
|
@@ -885,7 +885,7 @@ public:
|
|||||||
if (_siaApi && !_mountThread)
|
if (_siaApi && !_mountThread)
|
||||||
{
|
{
|
||||||
_cacheLocation = cacheLocation;
|
_cacheLocation = cacheLocation;
|
||||||
wchar_t tmp[] = { driveLetter, ':', '\\', '\0' };
|
wchar_t tmp[] = { driveLetter, ':', '\\', 0 };
|
||||||
_mountPoint = tmp;
|
_mountPoint = tmp;
|
||||||
_mountThread.reset(new std::thread([&]()
|
_mountThread.reset(new std::thread([&]()
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user