mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 05:51:27 +12:00
Fix build
This commit is contained in:
parent
12fd43e1c6
commit
0809e7cf9f
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue