mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-20 12:39:13 +12:00
Fix Teakra submodule breaking
This commit is contained in:
parent
8148e68c4c
commit
3f31f78377
3 changed files with 4 additions and 5 deletions
6
.gitmodules
vendored
6
.gitmodules
vendored
|
@ -55,9 +55,9 @@
|
||||||
[submodule "third_party/libuv"]
|
[submodule "third_party/libuv"]
|
||||||
path = third_party/libuv
|
path = third_party/libuv
|
||||||
url = https://github.com/libuv/libuv
|
url = https://github.com/libuv/libuv
|
||||||
[submodule "third_party/teakra"]
|
|
||||||
path = third_party/teakra
|
|
||||||
url = https://github.com/wwylele/teakra
|
|
||||||
[submodule "third_party/miniaudio"]
|
[submodule "third_party/miniaudio"]
|
||||||
path = third_party/miniaudio
|
path = third_party/miniaudio
|
||||||
url = https://github.com/mackron/miniaudio
|
url = https://github.com/mackron/miniaudio
|
||||||
|
[submodule "third_party/teakra"]
|
||||||
|
path = third_party/teakra
|
||||||
|
url = https://github.com/wwylele/teakra
|
||||||
|
|
|
@ -24,7 +24,6 @@ void MiniAudioDevice::init(Samples& samples, bool safe) {
|
||||||
}
|
}
|
||||||
|
|
||||||
backends[count++] = backend;
|
backends[count++] = backend;
|
||||||
printf("Found audio backend: %s\n", ma_get_backend_name(backend));
|
|
||||||
|
|
||||||
// TODO: Make backend selectable here
|
// TODO: Make backend selectable here
|
||||||
found = true;
|
found = true;
|
||||||
|
|
2
third_party/teakra
vendored
2
third_party/teakra
vendored
|
@ -1 +1 @@
|
||||||
Subproject commit a686a1384f3a871c2bd65553d48aeba26246c704
|
Subproject commit 01db7cdd00aabcce559a8dddce8798dabb71949b
|
Loading…
Add table
Add a link
Reference in a new issue