1
0
Fork 0
forked from len0rd/rockbox

[Bugfix] initialize the volume names for the sim

init_volume_names() wasn't being called by the sim

Change-Id: Ife0d345cf29bd4a0a658ed194ee85ca4852bc92f
This commit is contained in:
William Wilgus 2024-07-24 23:37:53 -04:00 committed by William Wilgus
parent bcaeaa135a
commit 67db38e766
2 changed files with 5 additions and 1 deletions

View file

@ -30,6 +30,7 @@
#include "usb.h"
#include "mv.h"
#include "ata_idle_notify.h"
#include "pathfuncs.h"
#ifdef WIN32
#include <windows.h>
#endif
@ -133,6 +134,7 @@ void sim_thread(void)
void sim_tasks_init(void)
{
init_volume_names();
queue_init(&sim_queue, false);
create_thread(sim_thread, sim_thread_stack, sizeof(sim_thread_stack), 0,