mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-02-12 09:38:20 +00:00
parent
b10d90306f
commit
ecc2f62688
@ -752,7 +752,7 @@ const Path &GetExeDirectory() {
|
||||
ExePath = Path(program_path);
|
||||
|
||||
#elif (defined(__APPLE__) && !PPSSPP_PLATFORM(IOS)) || defined(__linux__) || defined(KERN_PROC_PATHNAME)
|
||||
char program_path[4096];
|
||||
char program_path[4096]{};
|
||||
uint32_t program_path_size = sizeof(program_path) - 1;
|
||||
|
||||
#if defined(__linux__)
|
||||
|
Loading…
x
Reference in New Issue
Block a user