sfu support added, IPC cirrus support added, session history added, advanced session info added

This commit is contained in:
2023-04-19 21:52:30 +03:00
parent b78bdd81fa
commit 9c2c413363
16 changed files with 285 additions and 74 deletions
+1 -1
View File
@@ -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)) {