• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..07-Oct-2020-

aux-data/H03-May-2022-7233

build/H07-Oct-2020-1,2461,086

deps/H07-Oct-2020-587,663394,154

libretro-common/H07-Oct-2020-8,1134,329

README.mdH A D07-Oct-2020362 138

libretro.cppH A D07-Oct-202013.1 KiB505402

libretro.hH A D07-Oct-2020139.1 KiB2,763877

libretro_core_options.hH A D07-Oct-202010.2 KiB337239

libretro_core_options_intl.hH A D07-Oct-20201.7 KiB8114

libretro_os.cppH A D07-Oct-202038.8 KiB1,2991,011

link.TH A D07-Oct-202039 64

os.hH A D07-Oct-20201.7 KiB5724

portdefs.hH A D07-Oct-20201.3 KiB3913

README.md

1# ScummVM libretro core
2
3This is developer documentation about the ScummVM libretro core.
4
5## Updating
6
7When updating ScummVM, it's important to rebuild [scummvm.zip](aux-data/scummvm.zip) so that any auxiliary data is bundled in. The compile the new scummvm.zip, run the following command:
8
9```
10cd backends/platform/libretro/aux-data
11./bundle_aux_data.bash
12```
13