On Tue Jul 23 13:55:33 2024 +0000, Alfred Agrell wrote:
If Noshoujo uses IObjectCollection, and BUG-56891's Mebae uses IEnumObjects, then yes, both should be implemented (to the degree needed for them to not crash). Personally I'd make one MR for each game (unless they need fixes in wildly different locations and should be split further), but I have no strong feelings on that topic. If some other approach makes more sense to you, do that. There is, however, no need to scrap anything; if this MR's scope grows, you can simply rename it.
I was just worried about the scope of the MR, but if I can just rename it then I'll implement the stubs for both interfaces right here then. Thanks for the feedback.