Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 07-Oct-2020 | - | ||||
aux-data/ | H | 03-May-2022 | - | 72 | 33 | |
build/ | H | 07-Oct-2020 | - | 1,246 | 1,086 | |
deps/ | H | 07-Oct-2020 | - | 587,663 | 394,154 | |
libretro-common/ | H | 07-Oct-2020 | - | 8,113 | 4,329 | |
README.md | H A D | 07-Oct-2020 | 362 | 13 | 8 | |
libretro.cpp | H A D | 07-Oct-2020 | 13.1 KiB | 505 | 402 | |
libretro.h | H A D | 07-Oct-2020 | 139.1 KiB | 2,763 | 877 | |
libretro_core_options.h | H A D | 07-Oct-2020 | 10.2 KiB | 337 | 239 | |
libretro_core_options_intl.h | H A D | 07-Oct-2020 | 1.7 KiB | 81 | 14 | |
libretro_os.cpp | H A D | 07-Oct-2020 | 38.8 KiB | 1,299 | 1,011 | |
link.T | H A D | 07-Oct-2020 | 39 | 6 | 4 | |
os.h | H A D | 07-Oct-2020 | 1.7 KiB | 57 | 24 | |
portdefs.h | H A D | 07-Oct-2020 | 1.3 KiB | 39 | 13 |
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