Johann Sebastian Schicho

Results 8 comments of Johann Sebastian Schicho

> Yeah, if you feel like doing this to the entire codebase I don't mind. That's what I did. You may take a look now. :)

I am aware of issues referencing custom claims, yet no examples with OIDC get me there. The closest is https://github.com/lepture/authlib/issues/549, but that does not help me either

CleanRip should automatically detect and use the correct video-mode. It basically checks if you have your GC connected via a component cable or not and chooses the fitting video-mode https://github.com/devkitPro/libogc/blob/master/libogc/video.c#L2820...

I just made a quick and untested build of CleanRip with the latest library version. Maybe you want to check if that actually fixes your issue. [CleanRip-updated.zip](https://github.com/emukidid/cleanrip/files/9470851/CleanRip-updated.zip)

If there are better naming suggestions - I bet there are, please let me know! My idea behind adding timestamps was so that when you aborted a dump and started...

If I implement an option for it, it would require a lot of checks in the several dumping/writing functions (dump_bca, dump_game, dump_info) to control wether to write to /cleanrip-dumps/ or...

Added the tests in case you consider merging this, since the panorama side-project found it's root here. test coverage is back to 100%

I have implemented a first draft for this now. Maybe I can receive some feedback on it. I am not an experienced C programmer at all, so help is very...