mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-06-04 23:15:00 -06:00
FEX submodule
This commit is contained in:
parent
611acc7ca4
commit
c2c82646a6
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -120,3 +120,6 @@
|
|||||||
[submodule "externals/miniz"]
|
[submodule "externals/miniz"]
|
||||||
path = externals/miniz
|
path = externals/miniz
|
||||||
url = https://github.com/richgel999/miniz
|
url = https://github.com/richgel999/miniz
|
||||||
|
[submodule "externals/FEX"]
|
||||||
|
path = externals/FEX
|
||||||
|
url = https://github.com/FEX-Emu/FEX
|
||||||
|
|||||||
@ -862,7 +862,10 @@ if (ARCHITECTURE STREQUAL "arm64")
|
|||||||
src/core/jit/calling_convention.cpp
|
src/core/jit/calling_convention.cpp
|
||||||
src/core/jit/calling_convention.h
|
src/core/jit/calling_convention.h
|
||||||
src/core/jit/simd_translator.cpp
|
src/core/jit/simd_translator.cpp
|
||||||
src/core/jit/simd_translator.h)
|
src/core/jit/simd_translator.h
|
||||||
|
src/core/jit/hle_bridge.cpp
|
||||||
|
src/core/jit/hle_bridge.h
|
||||||
|
)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
set(SHADER_RECOMPILER src/shader_recompiler/profile.h
|
set(SHADER_RECOMPILER src/shader_recompiler/profile.h
|
||||||
|
|||||||
1
externals/FEX
vendored
Submodule
1
externals/FEX
vendored
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit e8591090f246c49631c14ef70f32c7df14b5646e
|
||||||
Loading…
Reference in New Issue
Block a user