Rob Loach

Results 827 comments of Rob Loach

We definitely should ignore more of those :+1: Good catch.

Created https://github.com/libretro/libretro-database/pull/1500 ... Think there are others we should remove?

That's most excellent! Feel free to send a PR. Once merged, others could help out with the build.

I've also been putting some time into the [Fairline Unitset](https://github.com/RobLoach/Fairline-Unitset/). Would love some help in filling in the Civ6 list: https://github.com/RobLoach/Fairline-Unitset/blob/master/Units.md

This is great, thanks a lot. Is there a way to re-use some of the same code across the different implementations? Could save some maintenance time. Perhaps have a parent...

I believe there can only be one tooltip shown at a time, since they use the same popup identifier. Is there a way you could put some guardrails in place?

This is really cool, thanks for putting it together. Would you provide a small example in the overview demo for this? It would be great way to showcase it.

Tried this out on a few other renderers too, and it wasn't quite working correctly. Will have to investigate further.

Could you post the logs? RetroAchievements has pretty good log information.

C++ will expect a `static_cast` between the types. Unsure of the best approach here. Perhaps a macro that handles the change between C vs C++?