mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-11 11:57:46 +00:00
mini_dump: Address review feedback
Uses fmt::print as opposed to std::fprintf. Adds a missing return. static's a single-use function. Initializes structs as opposed to std::memset where possible. Fixes CMake linkage. Co-authored-by: Lioncash <mathew1800@gmail.com> mini_dump: Use a namespace Co-authored-by: Lioncash <mathew1800@gmail.com>
This commit is contained in:
parent
add48360d8
commit
a74926319c
4 changed files with 71 additions and 63 deletions
|
@ -214,7 +214,7 @@ if (WIN32 AND YUZU_CRASH_DUMPS)
|
|||
mini_dump.h
|
||||
)
|
||||
|
||||
target_link_libraries(yuzu PUBLIC ${DBGHELP_LIBRARY})
|
||||
target_link_libraries(yuzu PRIVATE ${DBGHELP_LIBRARY})
|
||||
target_compile_definitions(yuzu PRIVATE -DYUZU_DBGHELP)
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue