sfu support added, IPC cirrus support added, session history added, advanced session info added
This commit is contained in:
@@ -2,7 +2,7 @@ const titles = require('../../titles.json')
|
||||
const fs = require('fs')
|
||||
|
||||
const get_app_path = (title) => {
|
||||
var path
|
||||
let path
|
||||
titles.forEach((current_title) => {
|
||||
if (current_title.title == title) {
|
||||
if (fs.existsSync(current_title.path)) {
|
||||
|
||||
Reference in New Issue
Block a user