mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-12-06 07:12:28 +01:00
Fix build
This commit is contained in:
parent
12fd43e1c6
commit
0809e7cf9f
|
|
@ -9,6 +9,8 @@
|
||||||
#include "Utilities/mutex.h"
|
#include "Utilities/mutex.h"
|
||||||
#include "util/asm.hpp"
|
#include "util/asm.hpp"
|
||||||
|
|
||||||
|
#include <optional>
|
||||||
|
|
||||||
// Initial heap allocation values. The heaps are growable and will automatically increase in size to accomodate demands
|
// Initial heap allocation values. The heaps are growable and will automatically increase in size to accomodate demands
|
||||||
#define VK_ATTRIB_RING_BUFFER_SIZE_M 64
|
#define VK_ATTRIB_RING_BUFFER_SIZE_M 64
|
||||||
#define VK_TEXTURE_UPLOAD_RING_BUFFER_SIZE_M 64
|
#define VK_TEXTURE_UPLOAD_RING_BUFFER_SIZE_M 64
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue