mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Remove static assert on struct size, we don't really care that much.
Caused problems on 32-bit.
This commit is contained in:
parent
3c211a6b99
commit
0780976fe7
1 changed files with 0 additions and 1 deletions
|
@ -78,7 +78,6 @@ struct PendingNotifyMem {
|
|||
uint32_t pc;
|
||||
char tag[32];
|
||||
};
|
||||
static_assert(sizeof(PendingNotifyMem) == 64, "...");
|
||||
|
||||
static constexpr size_t MAX_PENDING_NOTIFIES = 512;
|
||||
static MemSlabMap allocMap;
|
||||
|
|
Loading…
Add table
Reference in a new issue