Fix dynarmic submodule (#446)
* Remove dynarmic submodule * Add dynarmic mirror * Update oaknut * Update shader JIT to work with latest oaknut * Maybe fix oaknut finally * hlep * More arm64 shader derps * Fixing more shader JIT brokenness * aaaaaaaaaaaa * Update shader_rec_emitter_arm64.hpp * Update shader_rec_emitter_arm64.cpp
This commit is contained in:
6
.gitmodules
vendored
6
.gitmodules
vendored
@@ -1,9 +1,6 @@
|
||||
[submodule "third_party/elfio"]
|
||||
path = third_party/elfio
|
||||
url = https://github.com/serge1/ELFIO
|
||||
[submodule "third_party/dynarmic"]
|
||||
path = third_party/dynarmic
|
||||
url = https://github.com/merryhime/dynarmic
|
||||
[submodule "third_party/SDL2"]
|
||||
path = third_party/SDL2
|
||||
url = https://github.com/libsdl-org/SDL
|
||||
@@ -61,3 +58,6 @@
|
||||
[submodule "third_party/boost"]
|
||||
path = third_party/boost
|
||||
url = https://github.com/Panda3DS-emu/ext-boost
|
||||
[submodule "third_party/dynarmic"]
|
||||
path = third_party/dynarmic
|
||||
url = https://github.com/Panda3DS-emu/dynarmic
|
||||
|
||||
Reference in New Issue
Block a user