feat: complete 294/294 libretro core profiling
Final batch: stonesoup, vitaquake3+vitavoyager, uw8, uxn, wasm4,
tempgba, retro8, moonlight, ffmpeg, imageviewer, mpv, remotejoy,
puzzlescript, lutro, mojozork, simcp (SAM Coupe, ROM built-in),
romcleaner, redbook, onsyuri, mcsoftserve, x64sdl (VICE alias)
204 total emulator/core profiles covering ALL 294 libretro cores.
Every core analyzed from source code. Complete museum documentation.
2026-03-18 05:12:01 +01:00
|
|
|
emulator: mpv
|
2026-03-29 09:53:46 +02:00
|
|
|
type: libretro
|
2026-03-24 14:06:20 +01:00
|
|
|
core_classification: community_fork
|
feat: complete 294/294 libretro core profiling
Final batch: stonesoup, vitaquake3+vitavoyager, uw8, uxn, wasm4,
tempgba, retro8, moonlight, ffmpeg, imageviewer, mpv, remotejoy,
puzzlescript, lutro, mojozork, simcp (SAM Coupe, ROM built-in),
romcleaner, redbook, onsyuri, mcsoftserve, x64sdl (VICE alias)
204 total emulator/core profiles covering ALL 294 libretro cores.
Every core analyzed from source code. Complete museum documentation.
2026-03-18 05:12:01 +01:00
|
|
|
source: "https://github.com/libretro/libretro-mpv"
|
2026-03-24 14:06:20 +01:00
|
|
|
upstream: "https://github.com/mpv-player/mpv"
|
|
|
|
|
profiled_date: "2026-03-24"
|
|
|
|
|
core_version: "0.2.alpha"
|
2026-03-18 05:19:57 +01:00
|
|
|
display_name: "MPV"
|
feat: complete 294/294 libretro core profiling
Final batch: stonesoup, vitaquake3+vitavoyager, uw8, uxn, wasm4,
tempgba, retro8, moonlight, ffmpeg, imageviewer, mpv, remotejoy,
puzzlescript, lutro, mojozork, simcp (SAM Coupe, ROM built-in),
romcleaner, redbook, onsyuri, mcsoftserve, x64sdl (VICE alias)
204 total emulator/core profiles covering ALL 294 libretro cores.
Every core analyzed from source code. Complete museum documentation.
2026-03-18 05:12:01 +01:00
|
|
|
cores:
|
|
|
|
|
- mpv
|
|
|
|
|
systems: []
|
|
|
|
|
|
|
|
|
|
notes: |
|
2026-03-24 14:06:20 +01:00
|
|
|
Libretro wrapper around libmpv. Links against the mpv shared library
|
|
|
|
|
for video/audio decoding and OpenGL rendering. Experimental, proof of
|
|
|
|
|
concept. No system directory access — the core only loads the content
|
|
|
|
|
file passed by RetroArch.
|
feat: complete 294/294 libretro core profiling
Final batch: stonesoup, vitaquake3+vitavoyager, uw8, uxn, wasm4,
tempgba, retro8, moonlight, ffmpeg, imageviewer, mpv, remotejoy,
puzzlescript, lutro, mojozork, simcp (SAM Coupe, ROM built-in),
romcleaner, redbook, onsyuri, mcsoftserve, x64sdl (VICE alias)
204 total emulator/core profiles covering ALL 294 libretro cores.
Every core analyzed from source code. Complete museum documentation.
2026-03-18 05:12:01 +01:00
|
|
|
|
2026-03-24 14:06:20 +01:00
|
|
|
# source_ref: mpv-libretro.c — single-file core (672 lines). No call to
|
|
|
|
|
# RETRO_ENVIRONMENT_GET_SYSTEM_DIRECTORY. Only file access is the content
|
|
|
|
|
# path via retro_load_game(info->path) forwarded to mpv loadfile command
|
|
|
|
|
# (line 241, 296). No fopen, no system_dir path construction.
|
feat: complete 294/294 libretro core profiling
Final batch: stonesoup, vitaquake3+vitavoyager, uw8, uxn, wasm4,
tempgba, retro8, moonlight, ffmpeg, imageviewer, mpv, remotejoy,
puzzlescript, lutro, mojozork, simcp (SAM Coupe, ROM built-in),
romcleaner, redbook, onsyuri, mcsoftserve, x64sdl (VICE alias)
204 total emulator/core profiles covering ALL 294 libretro cores.
Every core analyzed from source code. Complete museum documentation.
2026-03-18 05:12:01 +01:00
|
|
|
files: []
|