i have a few fixes on the go but have some debugging to do i’ve managed to build retroarch from source via the supplied xcode project, and i’ve independently managed to build a core by creating a project and using the core’s makefile as the build target, but of course i can’t run that binary independently.
i’m not sure about the best approach to debug a core in OSX? i’ve added both projects to one xcode workspace but i’m struggling to work out how to make the built retroarch binary use the built core binary. especially as i don’t think the CLI works in OSX (?)
any guidance appreciated