Skip to content

Latest commit

 

History

History
 
 

batocera

Directory navigation

  • boot These are the makefiles for building the boot partition. Usually just a manner of copying files over from the below directory, but sometimes require a bit more complex instructions.
  • controllers Support for extraneous controllers that EmulationStation/Batocera can't recognize by default.
  • core The "meat and potatoes" of Batocera. This contains most "batocera-" packages, such as the config generators, ES system configurations, system utilities, splash, etc.
  • emulators Contains the makefiles and git information required for including emulators in Batocera. This is the preferred location to apply per-emulator patches.
  • gpu Graphics drivers for all the possible hardware supported by Batocera that aren't already included in the Linux kernel by default.
  • network Network adapter drivers that aren't already included in the Linux kernel by default.
  • ports Contains the makefiles and git information required for including ports in Batocera. This is the preferred location to apply per-port patches.
  • utils Various utilities used by Batocera, such as case support, Syncthing, batocera-steam, etc.