mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-25 11:46:27 +00:00
project-slippi/Ishiiruka/commit/dab8728e7b07f240580cd61da110c60b73d1b926
This commit is contained in:
parent
7ae7bb8012
commit
92f09b39e7
1 changed files with 1 additions and 0 deletions
|
@ -205,6 +205,7 @@ void SlippiReplayComm::loadFile()
|
||||||
auto queue = res["queue"];
|
auto queue = res["queue"];
|
||||||
if (queue.is_array())
|
if (queue.is_array())
|
||||||
{
|
{
|
||||||
|
std::queue<WatchSettings>().swap(commFileSettings.queue);
|
||||||
int index = 0;
|
int index = 0;
|
||||||
for (json::iterator it = queue.begin(); it != queue.end(); ++it)
|
for (json::iterator it = queue.begin(); it != queue.end(); ++it)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue