Will Gu
Will Gu
any update on this issue? I added user folder where `citra-qt.app` is located, but it always points to `~/.local/share/citra-emu` instead can reproduce on the latest builds nightly: citra-osx-20220515-46c6e5c canary: citra-osx-20220519-605fd45
after thinking this for a while, I figured that it's more of a MySQL thing. MySQL has no issue taking a `null` for `id` because `id` is the auto incremented...
sorry I have to re-open this issue because after I set the `createTime` column to `Option[Timestamp]`, all it shows are `NULL`s in MySQL. In this case, the default would not...
thanks. Just in case it's not that clear, I was looking for `HttpRequest` to be added to the interface on the server side. For example, with that option `x-server-raw-request` enabled,...