natinusala / borealis

Hardware accelerated, controller and TV oriented UI library for PC and Nintendo Switch (libnx)
Apache License 2.0
257 stars 81 forks source link

Use romfs for audio on Switch when the program is qlaunch #85

Closed NicholeMattera closed 3 years ago

NicholeMattera commented 3 years ago

We talked about this on Discord. When Borealis is being used for a qlaunch replacement there is no need to mount qlaunch's romfs on to another mount point. Because of layeredfs we can access the sound file through the romfs mount point.

natinusala commented 3 years ago

Thanks for the PR!

Is there the need to redefine the whole path? Only the mount point changes, romfs: or qlaunch:. The path behind stays the same.

Wouldn't it be better to define once and use the same "path" and just change the mount point "prefix" depending on tid?

NicholeMattera commented 3 years ago

Updated it with the changes you recommended.