mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-10-13 10:58:09 +00:00
[c-host] fix NvFBC build after moving headers
This commit is contained in:
@@ -258,7 +258,7 @@ static bool captureRestart()
|
||||
|
||||
int app_main()
|
||||
{
|
||||
if (!installCrashHandler())
|
||||
if (!installCrashHandler(os_getExecutable()))
|
||||
DEBUG_WARN("Failed to install the crash handler");
|
||||
|
||||
unsigned int shmemSize = os_shmemSize();
|
||||
|
Reference in New Issue
Block a user