Skip to content

Commit

Permalink
Bump vk headers (#30)
Browse files Browse the repository at this point in the history
* Update rpcsx.yml

* Update rpcsx.yml

* Update rpcsx.yml

* Fixing clang format ?

hope this works

* Update .github/workflows/rpcsx.yml

Co-authored-by: Margen67 <[email protected]>

* Update .github/workflows/rpcsx.yml

Co-authored-by: Margen67 <[email protected]>

* Update .github/workflows/rpcsx.yml

Co-authored-by: Margen67 <[email protected]>

* Update .github/workflows/rpcsx.yml

Co-authored-by: Margen67 <[email protected]>

* Fix a bad suggestion

* random thing

---------

Co-authored-by: Margen67 <[email protected]>
  • Loading branch information
ryzendew and Margen67 authored Jul 25, 2023
1 parent 483e5d9 commit ff26305
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
Empty file added .clang-format
Empty file.
8 changes: 8 additions & 0 deletions .github/workflows/rpcsx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,14 @@ jobs:
libglfw3-dev libvulkan-dev vulkan-validationlayers-dev \
spirv-tools glslang-tools libspirv-cross-c-shared-dev \
libxbyak-dev
VULKANVER=1.3.259
curl -sSfLo Vulkan-Headers.tar.gz https://github.com/KhronosGroup/Vulkan-Headers/archive/v${VULKANVER}.tar.gz
tar -xf Vulkan-Headers*.tar.gz
cd Vulkan-Headers*/
mkdir build && cd build
cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
make -j$(nproc)
sudo make install
- name: Build RPCSX
run: |
Expand Down
2 changes: 1 addition & 1 deletion rpcsx-gpu/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
#include <cstdio>
#include <fcntl.h>
#include <filesystem>
#include <span>
#include <sys/mman.h>
#include <sys/stat.h>
#include <thread>
#include <unistd.h>
#include <util/VerifyVulkan.hpp>
#include <vulkan/vulkan.h>
#include <vulkan/vulkan_core.h>
#include <span>

#include <GLFW/glfw3.h> // TODO: make in optional

Expand Down

0 comments on commit ff26305

Please sign in to comment.