mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-06 14:15:41 +12:00
Comment out asserts on Linux/Mac/Android
This commit is contained in:
parent
08b09e175f
commit
95052ef879
1 changed files with 3 additions and 3 deletions
6
third_party/host_memory/host_memory.cpp
vendored
6
third_party/host_memory/host_memory.cpp
vendored
|
@ -11,9 +11,6 @@
|
|||
|
||||
#include "host_memory/dynamic_library.h"
|
||||
|
||||
#define ASSERT
|
||||
#define UNIMPLEMENTED_MSG
|
||||
|
||||
#if defined(_M_ARM64) || defined(__aarch64__)
|
||||
#define ARCHITECTURE_arm64
|
||||
#endif
|
||||
|
@ -47,6 +44,9 @@
|
|||
#include <host_memory/host_memory.h>
|
||||
#include <host_memory/free_region_manager.h>
|
||||
|
||||
#define ASSERT
|
||||
#define UNIMPLEMENTED_MSG
|
||||
|
||||
namespace Common {
|
||||
|
||||
constexpr size_t PageAlignment = 0x1000;
|
||||
|
|
Loading…
Add table
Reference in a new issue