Skip to content

Instantly share code, notes, and snippets.

@meleu
Created April 13, 2018 02:59
Show Gist options
  • Save meleu/4a34fce5fc4cf57265f0d974b646f47b to your computer and use it in GitHub Desktop.
Save meleu/4a34fce5fc4cf57265f0d974b646f47b to your computer and use it in GitHub Desktop.
Files changed on RALibretro dir structure

These are the changes I did on RALibretro directory structure that may affect the Visual Studio solution:

  • all files unrelated to RALibretro were removed.
  • all files under the previous RALibretro dir are now at root dir of the repo
  • RA_Integration:
    • RA_Integration files are now under src/RA_Integration as a submodule
    • the RA_Integration submodule is already linked to the raintegration_only branch
  • edited the Makefile to reflect the changes related to the RA_Integration new paths mentioned above
  • RA_Implementation.[cpp|h]:
    • deleted RALibretro/src/RA_Integration/RA_Implementation.h (we'll use the one in the RA_Integration dir tree).
    • moved RALibretro/src/RA_Integration/RA_Implementation.cpp to src/RA_Implementation.cpp
    • removed the directory RALibretro/src/RA_Integration/
  • SDL2 files are now under src/SDL2 as a submodule.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment