rwv

Results 84 comments of rwv

@markostamcar nope, i haven't made any progress.

修改`app.py` `app.run(host='0.0.0.0', port=80)`

I think the point is how to get this thing done gracefully. After adding the type of exported data, you could not simply use `JSON.parse(jsonString);` to restore the data. Therefore,...

Sorry, i've no plan to work on this right now but thank you anyway!

的确可以在 `dosbox.conf` 中设置 CPU 速度,但是每个游戏最佳的速度不同,需要每个游戏都找出最佳的速度,工作量有点大

@qwx 单独做是可以的,提高默认有点困难。短时间内我估计是没有精力进行游戏速度的修改,ctrl+f12 在浏览器中也可以生效吗?

我觉得目前还是在网页中做一个提示,让用户自己进行速度的更改。若是要设置每个游戏的默认速度的话就相当于是要给每个游戏增加一个 `dosbox.conf`,而随意地嵌入 `dosbox.conf` 可能会出现兼容性问题。目前只能在这个 issue 里先记录最佳速度,之后再进行嵌入了。

现在测试下来有的游戏加速生效有的无效,有的 title 是指定 cycle 的有的是 max 100%。还是要研究清楚了再添加提示。