Dan
Dan
Here is the related pull request from the parent project: https://github.com/hrydgard/ppsspp/pull/7881
Sorry that's the old one --here is the new one: https://github.com/hrydgard/ppsspp/issues/7885
@hrydgard I was looking through the code and I wrote the new code based off where it seemed to make the most sense. I also wanted the web server to...
Thanks for the tips. When I get some time I'll implement these and update the PPSSPP pull request.
Currently checks for new version and presents messagebox to download from web page. In future like to automatically download new version if user accepts then install automatically too.
Did some research for manual fix -- looks like Docker doesn't have a way of allowing you to set the date or time independently of the host. However there is...
https://github.com/dantheman213/docker-makemkv/commit/c702d04c08a7127ce792e03845fe24e18b5ad224 I made a fork and got it to partially work. The container reports 1 year in the past when you enter `date` command. However, MakeMKV still showed correct amount...
Is that a serious suggestion?
1. It's antithetical to Docker best practices / stateless design paradigm 2. It doesn't work for most people that have server or mission critical software, all software, apps, the entire...