mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-06-05 10:13:15 +00:00
added basic spdlog , we can now output to stdout and in output.log file as well
This commit is contained in:
parent
f1cc7fd3f6
commit
4d218d7a0d
4 changed files with 79 additions and 66 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -1,3 +1,6 @@
|
|||
[submodule "third_party/fmt"]
|
||||
path = third_party/fmt
|
||||
url = https://github.com/fmtlib/fmt.git
|
||||
[submodule "third_party/spdlog"]
|
||||
path = third_party/spdlog
|
||||
url = https://github.com/gabime/spdlog
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue