Skip to content

Commit

Permalink
Merge branch 'local' of https://github.com/elbadcode/UEVR- into local
Browse files Browse the repository at this point in the history
  • Loading branch information
elbadcode committed Feb 16, 2025
1 parent fb3fdd8 commit fda70ba
Show file tree
Hide file tree
Showing 20 changed files with 8,201 additions and 213 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -758,6 +758,7 @@ list(APPEND uevr_SOURCES
"src/LicenseStrings.hpp"
"src/Mod.hpp"
"src/Mods.hpp"
"src/ReShadeAddon.hpp"
"src/WindowFilter.hpp"
"src/hooks/D3D11Hook.hpp"
"src/hooks/D3D12Hook.hpp"
Expand Down
5 changes: 5 additions & 0 deletions Windows Batch File.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
I:
cd I:\code\UEVR-
git submodule update --init --recursive
cmake -S . -B build ./build -G "Visual Studio 17 2022" -A x64 -DCMAKE_BUILD_TYPE=Release
cmake --build ./build --config Release --target uevr
426 changes: 426 additions & 0 deletions include/reshade/reshade.hpp

Large diffs are not rendered by default.

810 changes: 810 additions & 0 deletions include/reshade/reshade_api.hpp

Large diffs are not rendered by default.

1,285 changes: 1,285 additions & 0 deletions include/reshade/reshade_api_device.hpp

Large diffs are not rendered by default.

Loading

0 comments on commit fda70ba

Please sign in to comment.