mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-13 10:18:30 +12:00
Linux: Print demangled symbols on backtrace (#312)
This commit is contained in:
parent
0c9fb3143f
commit
431c5a101f
4 changed files with 61 additions and 6 deletions
|
@ -15,9 +15,9 @@ extern bool g_vulkan_available;
|
|||
#endif
|
||||
|
||||
#ifdef VKFUNC_DEFINE
|
||||
#define VKFUNC(__FUNC__) PFN_##__FUNC__ __FUNC__ = nullptr
|
||||
#define VKFUNC_INSTANCE(__FUNC__) PFN_##__FUNC__ __FUNC__ = nullptr
|
||||
#define VKFUNC_DEVICE(__FUNC__) PFN_##__FUNC__ __FUNC__ = nullptr
|
||||
#define VKFUNC(__FUNC__) NOEXPORT PFN_##__FUNC__ __FUNC__ = nullptr
|
||||
#define VKFUNC_INSTANCE(__FUNC__) NOEXPORT PFN_##__FUNC__ __FUNC__ = nullptr
|
||||
#define VKFUNC_DEVICE(__FUNC__) NOEXPORT PFN_##__FUNC__ __FUNC__ = nullptr
|
||||
#else
|
||||
#if defined(VKFUNC_INIT)
|
||||
#if BOOST_OS_WINDOWS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue