mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-18 17:14:28 -04:00
Implement working macOS backtrace symbolization
This commit is contained in:
parent
7456a77ba9
commit
ee5f99fdb4
3 changed files with 293 additions and 14 deletions
|
@ -263,13 +263,6 @@ namespace ams::diag::impl {
|
|||
return;
|
||||
}
|
||||
}
|
||||
#elif defined(ATMOSPHERE_OS_MACOS)
|
||||
{
|
||||
if (_NSGetExecutablePath(dst, dst_size) != 0) {
|
||||
dst[0] = 0;
|
||||
return;
|
||||
}
|
||||
}
|
||||
#else
|
||||
#error "Unknown OS for BfdHelper GetExecutablePath"
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue