Jamiras

Results 187 comments of Jamiras

Retroarch doesn't really provide any way to prompt the user to re-enter their password, so we just show the invalid user/token error message. Even if we could somehow redirect the...

Are you still working on these? Three of the four PRs have CI failures that need to be addressed, and the fourth has open comments to resolve.

This has conflicts from the +/- PR.

Why is this necessary? `player_games` already has `achievements_unlocked` and `achievements_unlocked_hardcore`. To get the softcore count just subtract the two: ``` SELECT achievements_unlocked, achievements_unlocked_hardcore, achievements_unlocked - achievements_unlocked_hardcore AS achievements_unlocked_softcore FROM player_games...

I'm not sure if it makes sense to have emulator entries for discontinued emulators. In particular, I don't think RANester ever actually existed, and I don't think RAPCE an RAGens...

Rather than have further SQL statements to run for upgrading the seed data provided in emulators.sql, I've opted to just add the necessary migration in this PR and create an...

I'm wondering if it would make sense to separate this into two PRs: One for the migration step, so that can be deployed and the SQL ran without affecting anything,...

I'm going to do it. This isn't blocking any feature work that can't wait an extra week or two, and the data isn't volatile enough to worry about keeping in...

Nah. This PR is only half of the story anyway. Without the ability to update the lists, there's limited reason to deploy.

How would that translate to achievement logic? RATools can only generate syntax that the DLL understands.