Skip to content

Commit

Permalink
Changes for latest libnx/ams
Browse files Browse the repository at this point in the history
  • Loading branch information
XorTroll committed Dec 31, 2023
1 parent cea9f55 commit a6c4e83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libs/Atmosphere-libs
Submodule Atmosphere-libs updated 143 files
2 changes: 1 addition & 1 deletion libs/uCommon/include/ul/ul_Result.hpp
Expand Up @@ -73,7 +73,7 @@ namespace ul {
#define UL_LOG_WARN(log_fmt, ...) ::ul::LogImpl(::ul::LogKind::Warning, log_fmt, ##__VA_ARGS__)

template<typename ...Args>
inline void NORETURN OnAssertionFailed(const Result rc, const char *log_fmt, Args &&...args) {
inline void NX_NORETURN OnAssertionFailed(const Result rc, const char *log_fmt, Args &&...args) {
LogImpl(LogKind::Critical, log_fmt, args...);

svcBreak(0, reinterpret_cast<uintptr_t>(&rc), sizeof(rc));
Expand Down

0 comments on commit a6c4e83

Please sign in to comment.