mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 06:55:09 +00:00
Bump vk headers (#30)
* Update rpcsx.yml * Update rpcsx.yml * Update rpcsx.yml * Fixing clang format ? hope this works * Update .github/workflows/rpcsx.yml Co-authored-by: Margen67 <Margen67@users.noreply.github.com> * Update .github/workflows/rpcsx.yml Co-authored-by: Margen67 <Margen67@users.noreply.github.com> * Update .github/workflows/rpcsx.yml Co-authored-by: Margen67 <Margen67@users.noreply.github.com> * Update .github/workflows/rpcsx.yml Co-authored-by: Margen67 <Margen67@users.noreply.github.com> * Fix a bad suggestion * random thing --------- Co-authored-by: Margen67 <Margen67@users.noreply.github.com>
This commit is contained in:
parent
483e5d9831
commit
ff263057bd
3 changed files with 9 additions and 1 deletions
|
|
@ -7,6 +7,7 @@
|
|||
#include <cstdio>
|
||||
#include <fcntl.h>
|
||||
#include <filesystem>
|
||||
#include <span>
|
||||
#include <sys/mman.h>
|
||||
#include <sys/stat.h>
|
||||
#include <thread>
|
||||
|
|
@ -14,7 +15,6 @@
|
|||
#include <util/VerifyVulkan.hpp>
|
||||
#include <vulkan/vulkan.h>
|
||||
#include <vulkan/vulkan_core.h>
|
||||
#include <span>
|
||||
|
||||
#include <GLFW/glfw3.h> // TODO: make in optional
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue