early-access version 1760
This commit is contained in:
parent
9665cf4742
commit
2106094875
3 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
yuzu emulator early access
|
||||
=============
|
||||
|
||||
This is the source code for early-access 1759.
|
||||
This is the source code for early-access 1760.
|
||||
|
||||
## Legal Notice
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
#endif
|
||||
#define _WIN32_WINNT 0x0A00 // Windows 10
|
||||
|
||||
#include <Windows.h>
|
||||
#include <windows.h>
|
||||
|
||||
#include <boost/icl/separate_interval_set.hpp>
|
||||
|
||||
|
|
|
@ -123,7 +123,7 @@ ResultCode KServerSession::QueueSyncRequest(KThread* thread, Core::Memory::Memor
|
|||
strong_ptr->QueueSyncRequest(*parent, std::move(context));
|
||||
return ResultSuccess;
|
||||
} else {
|
||||
ASSERT(false, "strong_ptr was nullptr!");
|
||||
ASSERT_MSG(false, "strong_ptr was nullptr!");
|
||||
}
|
||||
|
||||
return ResultSuccess;
|
||||
|
|
Loading…
Reference in a new issue