Vita3K-Android/.gitmodules

87 lines
3.0 KiB
Plaintext
Raw Normal View History

[submodule "external/better-enums"]
path = external/better-enums
url = https://github.com/aantron/better-enums
[submodule "external/boost"]
path = external/boost
url = https://github.com/Vita3K/ext-boost
[submodule "external/capstone"]
path = external/capstone
2018-01-28 09:07:32 +00:00
url = https://github.com/aquynh/capstone.git
[submodule "external/crypto-algorithms"]
path = external/crypto-algorithms
url = https://github.com/KorewaWatchful/crypto-algorithms
[submodule "external/dirent"]
path = external/dirent
url = https://github.com/tronkko/dirent
2019-01-06 13:53:39 +00:00
branch = v1.23
[submodule "external/dlmalloc"]
path = external/dlmalloc
url = https://github.com/Vita3K/dlmalloc
[submodule "external/elfio"]
path = external/elfio
url = https://github.com/serge1/ELFIO
[submodule "external/ffmpeg"]
path = external/ffmpeg
url = https://github.com/Vita3K/ffmpeg-core.git
[submodule "external/glslang"]
path = external/glslang
url = https://github.com/KhronosGroup/glslang
[submodule "external/googletest"]
path = external/googletest
url = https://github.com/google/googletest
[submodule "external/imgui"]
path = external/imgui
url = https://github.com/ocornut/imgui
[submodule "external/imgui_club"]
path = external/imgui_club
url = https://github.com/ocornut/imgui_club
[submodule "external/libfat16"]
path = external/libfat16
url = https://github.com/Vita3K/libfat16
[submodule "external/microprofile"]
path = external/microprofile
url = https://github.com/jonasmr/microprofile
[submodule "external/nativefiledialog-cmake"]
path = external/nativefiledialog-cmake
url = https://github.com/Vita3K/nativefiledialog-cmake
[submodule "external/printf"]
path = external/printf
url = https://github.com/Vita3K/printf
[submodule "external/pugixml"]
path = external/pugixml
np: Implement basic and trophy (#524) * np/trophy: Add TRP parser * np/profile: Add profile manager * np: Make init/deinit * modules/SceNpManager: Implement Init, Termination, and GetID * np: Use second node for parsing profile * util: Add byte swap * np/trp: Use callbacks for read/write * np/trophy: Handling context creation * modules/SceNpTrophy: Implement Init/Term/ContextCreation * np/trophy: Make trophy context reusable in vector * modules/SceNpTrophy: Implement handle functions and destroy context * np/trophy/trp_parser: Add search file function * modules/SceNpTrophy: Implement get game and trophy icons * external: Add pugixml * np/trophy/trp_loader: Fix name comparision and get entry data * np/trophy/context: Implement load/save trophy state * modules/SceNpTrophy: Implement GetTrophyUnlockState * np/trophy: Add trophy description read and unlock * modules/SceNpTrophy: Implement UnlockTrophy No saving yet, for debugging * np/trophy/context: Save when unlock trophy and accept custom language * gui: Add trophy unlock window * emulator: Draw trophies unlock window * gui/trophy_unlock: Auto resize trophy dialog by height * np: Remove multi-profile * format: Run clang-format * gui/trophy: Make GUI size easier to be configure * i * will * adjust change 1 * make * a jojo reference * 120963 * lvl2 * gggggggggggggg * nice * good now * name trophy in unlocked * np/context: Store a reference of IO instead of pointer * external: Add newline * change search file return to int32_t * Update trp_parser.h * Update init.cpp
2019-07-29 16:42:52 +00:00
url = https://github.com/zeux/pugixml
[submodule "external/sdl"]
path = external/sdl
url = https://github.com/Vita3K/sdl
[submodule "external/sdl2-cmake-scripts"]
path = external/sdl2-cmake-scripts
url = https://github.com/tcbrindle/sdl2-cmake-scripts
[submodule "external/spdlog"]
path = external/spdlog
url = https://github.com/gabime/spdlog
branch = v1.x
[submodule "external/SPIRV-Cross"]
path = external/SPIRV-Cross
url = https://github.com/KhronosGroup/SPIRV-Cross.git
[submodule "external/stb"]
path = external/stb
url = https://github.com/nothings/stb
2020-05-21 21:33:54 +00:00
[submodule "external/unicorn"]
path = external/unicorn
2020-08-14 11:38:12 +00:00
url = https://github.com/Vita3K/unicorn.git
[submodule "external/vita-toolchain"]
path = external/vita-toolchain
url = https://github.com/vitasdk/vita-toolchain.git
[submodule "external/VulkanMemoryAllocator"]
path = external/VulkanMemoryAllocator
url = https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
[submodule "external/yaml-cpp"]
path = external/yaml-cpp
url = https://github.com/jbeder/yaml-cpp
[submodule "external/psvpfstools"]
path = external/psvpfstools
url = https://github.com/Vita3K/psvpfstools.git
[submodule "external/xxHash"]
path = external/xxHash
url = https://github.com/Cyan4973/xxHash