mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-03 12:27:21 +12:00
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:
parent
24705fe67e
commit
25d8e5807f
5 changed files with 17 additions and 12 deletions
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue