[host] capture: switch all asserts to DEBUG_ASSERT

This commit is contained in:
Quantum
2021-08-13 19:30:41 -04:00
committed by Geoffrey McRae
parent a9241f6710
commit 4f7ce91e7f
3 changed files with 19 additions and 22 deletions

View File

@@ -30,7 +30,6 @@
#include "common/rects.h"
#include "common/thread.h"
#include "common/KVMFR.h"
#include <assert.h>
#include <stdlib.h>
#include <stdatomic.h>
#include <windows.h>