Git Product home page Git Product logo

docs's Introduction

Contribute to the documentation

These docs are written in Markdown. If you need help with the syntax, use this guide. Mkdocs uses some Markdown extensions that you may have to familiarize with.

The documentation source is maintained via Git. For more info on how to use git, refer to Github's help page.

In order to propose improvements to a document:

  1. Clone the repo
  2. Make the changes and update your clone
  3. Follow the "Building the docs" section to render the documentation site locally
  4. Propose your changes using the button New Pull Request in the docs repo

There is a To-Do list for libretro/docs here and you can submit suggestions or issues regarding documentation at the libretro/docs issue tracker.

Building the docs

  1. Make sure you have Python and pip installed
    python --version
    pip --version
    

!!! Note "Building in Windows/msys2" If you are using the standard RetroArch msys2 environment, you will need to install python with the command pacman -S python. Next you will need to download the get-pip.py script from the pip bootstrap site. Finally, execute the script with the command python get-pip.py.

  1. Install MkDocs

    pip install mkdocs
    
  2. Install MkDocs-Material

    pip install mkdocs-material
    
  3. Install PyMdown Extensions

    pip install pymdown-extensions
    
  4. Install mkdocs-git-revision-date

    pip install mkdocs-git-revision-date-plugin
    
  5. Install mkdocs-macros

    pip install mkdocs-macros-plugin
    
  6. Build the site

    mkdocs build
    
  7. The documentation will be built to the site directory; preview any changes with MkDocs' built-in dev-server before submitting a pull request

    mkdocs serve
    

References

Adding a new core

These are the documents that should be added/updated when a new core is added to the libretro ecosystem.

  • Add the core to docs/library/ (Follow the latest core template. docs/meta/core-template.md)
  • Add the core to mkdocs.yml
  • Add the core to docs/meta/core-list.md
  • Add the core to docs/meta/see-also.md if it's related to another core in some way
  • Add the core to docs/development/licenses.md
  • Add the core to docs/guides/softpatching.md if it supports softpatching
  • Add the core to docs/guides/retroachievements.md if it supports cheevos
  • Add the core to docs/library/bios.md if it needs a BIOS

docs's People

Contributors

auster-south-anemoi avatar barbudreadmon avatar bslenul avatar cuttlefishjones8652 avatar davidhedlund avatar dionoid avatar drhelius avatar eddmanx avatar estefan3112 avatar felinben avatar fpscan avatar fr500 avatar gouchi avatar harshsingh32 avatar hizzlekizzle avatar hunterk avatar inactive123 avatar jdgleaver avatar jste0 avatar libretroadmin avatar maksun avatar markwkidd avatar meleu avatar negativeexponent avatar nighto avatar robloach avatar sanaki avatar sonninnos avatar thebunnyrules avatar zoltanvb avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

docs's Issues

create LED driver docs

At present there is no documentation about how the LED drivers work from the user perspective or from the coding perspective.

The best starting point I know of for creating docs would be to look at the existing LED drivers in RetroArch and work backwards towards a description of how the LED API works: https://github.com/libretro/RetroArch/tree/master/led/drivers

I don't know anything about this topic at the moment but I'm creating this issue partly because I'm willing to learn and help create docs. I'm also creating this issue in the hopes that someone else who already knows the answers will appear and get this started 😸

If I do wind up starting this from scratch, it take a little while for me to get back to it but having this issue will help me not loose track.

incorporate newer shader specs

The current status of our published shader api doc is that it is now formatted for Markdown and sorted into something closer to a logical order. It is comprehensive in that it includes everything up till slang came along.

Over in the slang repository there is lengthy doc that is part guide and part spec. This issue is to track the fact that the slang readme and the current published shader doc need to be refactored together. https://github.com/libretro/slang-shaders/blob/master/README.md

My feeling at this point is that the result should be one overview doc plus three additional docs for the three different specs. To be continued.

Alternative formats to .png and .gif

Documents

windows.md

Proposed changes

I noticed that windows.md in particular is heavy on the use of .png and .gif's to demonstrate. These are good, but I don't think they're necessary and can cause slow loading times. I was wondering, would it be better to use WebP for images, and WebM/VP8 for the animations?

NEC - PC-98 (Neko Project II Kai) BIOS directory should be 'np2kai'

Documents

docs/library/neko_project_ii_kai.md

Proposed changes

in the sentence

!!! attention These firmware files need to be in a directory named 'np2' in the frontend's system directory.

'np2'
should be:
'np2kai'

I have tested it and found out that if using 'np2' folder, the Japanese texts in the game cannot display correctly.

References

Here is the explanation from the author of the core:
マルチエミュレータシステム『RetroArch』の解説です。

C:¥ユーザー¥(ユーザー名)¥AppData¥Roaming¥RetroArch¥system を開き、
「np2kai」フォルダを作成する。

Needed image assets

This issue was generated from the old file-based TODO.

Assets needed

  • RetroKeyboard images
  • RetroMouse images
  • RetroLightgun images
  • RetroPointer images (Mouse and Touch)

Incorrect Redream bios info

https://docs.libretro.com/library/redream/

Incorrect :

dc/dc_boot.bin	dc_boot.bin (Dreamcast BIOS) - Required	e10c53c2f8b90bab96ead2d368858623
dc/dc_flash.bin	dc_flash.bin (Date/Time/Language) - Required	0a93f7940c455905bea6e392dfde92a4

Proposed changes

dc/boot.bin	boot.bin (Dreamcast BIOS) - Required	e10c53c2f8b90bab96ead2d368858623
dc/flash.bin	flash.bin (Date/Time/Language) - Required	0a93f7940c455905bea6e392dfde92a4

This is based on information provided by another user and on the official redream documentation which just says

Boot ROM (optional) : boot.bin
Flash ROM : flash.bin

`

QuickNES Update request

First and foremost consider this:

  • Only documentation related issues should be filed here. Not RetroArch bugs, or core bugs, or game bugs, or build errors.
  • Before reporting a 404, refresh the doc a few times.

Documents

Add core option:
No sprite limit ( enable/disable) - Reduce sprite flickering.

Proposed changes

(no need to write this note, only as a general NES guide when checking compatibility) Note: Changes to compatibility. ROMS has to have the correct header as most rom headers are not verified even with clrmame. Use database like http://bootgod.dyndns.org:7777/ to confirm headers.

Burai Fighter Softlocks when entering a level. - confirmed issue MMC3 incompatible.
Crisis Force Crashes on start. - playable in latest version. Mapper 23
Family Circuit '91 Crashes on start - unsupported mapper 210
Gradius II Crashes on start - playable in latest version.Mapper 25
Huge Insect No enemies spawn. Mapper 3 confimed issue ( probably due to unemulated bus conflict handling)
Lagrange Point Crashes on start - playable in latest version. Mapper 85
Mickey's Safari in Letterland Graphical glitches on the sides of the screen and on the status bar. (1)
Ms. Pac-Man (Tengen version) Graphical glitches on the sides of the screen. playable Mapper 0 ( rom header issue )
Skull & Crossbones Crashes on start. - unsupported mapper.

Graphical glitches on the sides of the screen - this kind of issues should be fixed in latest version, assuming rom has correct header. QuickNES should now properly show full 256 width courtesy from Dwedit update.

Thanks

Add "Subsystem" API documentation

This issue was generated from the old file-based TODO.

@fr500 is there any chance that you or someone else has written a forum or blog post about this that could be the starting point for a doc?

Compilation fails to start

This is a separate issue from #159

This is the error I get:

ERROR - Config value: 'markdown_extensions'. Error: extendMarkdown() takes 2 positional arguments but 3 were given

Aborted with 1 Configuration Errors!

I'm on Antergos Linux, using AUR versions of all dependencies (because I know from experience that combining PIP and rolling-release distros is asking for trouble.

I don't know how to fix this because I can't compile to documentation to read it.

MAME and FB Alpha documentation.

Contributors with extensive knowledge of the MAME and FB Alpha cores are needed.

  • MAME
  • MAME 2000
  • MAME 2003
  • MAME 2003 Midway
  • MAME 2003-Plus - Experimental
  • MAME 2009
  • MAME 2010
  • MAME 2014
  • MAME 2016
  • MESS 2014
  • UME 2014
  • FB Alpha
  • FB Alpha 2012
  • FB Alpha 2012 CPS-1
  • FB Alpha 2012 CPS-2
  • FB Alpha 2012 CPS-3
  • FB Alpha 2012 Neo Geo

Dolphin documentation

Need help with Dolphin documentation.

Considering how alpha the core is, I'm not sure if it's even worth it to make documentation for it...

Consider expanding documentation focused on particular features

After "Getting Started" and similar guide/tutorial sections. We should expand (sometimes involves duplicating content) documents which focus on a certain feature in a very "Wikipedia" like way.

This is what most of the documentation already is, But it is just a reminder for me (or anyone else) whilst editing.

create "Compiling MAME (0.181-latest)" doc

There has always been a stream of people requesting previous versions of the MAME core.

I do realize that not all of those people are going to be able to compile their own core for reasons of technical proficiency or because they are using a difficult platform to compile for like Android.

However I believe we could use not just a compilation guide for MAME-git but one that has a section describing how to build older commits.

Multilingual docs

Libretro/RetroArch has appeared in so many different devices and it has started expanding to many more countries.

There are now people with not so many computer skills or English fluency using it and i believe the docs should be translated in other languages as well in order to help them out.

I can help with the Greek translation but i want some help on how if it is possible to translate the docs.

Getting all the images in the same directory.

Let's move all image folders to the /docs/images/ directory to clean up this repository and reduce the amount of duplicated files.

This will require changing all image syntax to use relative paths whenever needed.

DOCUMENTS AFFECTED:

core library documentation TODOs

This issue was generated from the old TODO file.

Overall goals

// ✔ = Completed or near completion

// ️〰️ = Unfinished

// ✕ = Not started

// ❗❗❗ = Attention needed

Cores

[〰️] 3D Engine

[✔] 4DO

[✔] 2048

[!!!] Atari800

  • Need help with documentation.

[✔] Beetle bsnes

[✔] Beetle Cygne

[✔] Beetle GBA

[✔] Beetle Handy

[✔] Beetle NeoPop

[✔] Beetle PC-FX

[〰️] Beetle PCE FAST

  • Add BIOS md5s
  • Complete Horizontal Overscan (352 Width Mode Only) core option description.
  • Complete (CD) CDDA Volume % core option description
  • Complete (CD) ADOCM Volume % core option description
  • Complete (CD) PSG Volume % core option descriotion
  • Complete Turbo Delay core option description
  • Complete P1/P2/P3/P4/P5 Turbo I/II core option descriptions.

[✔] Beetle PSX

[✔] Beetle PSX HW

[✔] Beetle Saturn

  • Test RetroArch cheats support.

[✔] Beetle SGX

[〰️] Beetle VB

  • Combine the anagylph and palette core option screenshots into one image.

[〰️] blueMSX

  • Add core base height
  • Add core base width
  • Add core max height
  • Add core max width
  • ADd core provided aspect ratio.
  • Add Sound YM2413 Enable core description.
  • Add RetroPad Keyboard Map inputs

[✔] bnes

[〰️] bsnes-mercury Accuracy

  • Needs Crop overscan core option screenshots

[〰️] bsnes-mercury Balanced

  • Needs Crop overscan core option screenshots

[〰️] bsnes-mercury Performance

  • Needs Crop overscan core option screenshots

[✔] bsnes Accuracy

[✔] bsnes Balanced

[〰️] bsnes C++98 (v085)

  • Add core provided aspect ratio.

[✔] bsnes Peformance

[〰️] Caprice32

  • Add core provided fps.
  • Add core provided sample rate.
  • Add core provided aspect ratio.
  • Complete Status Bar core option description.
  • Complete Drive core option description.
  • Complete Retro joy0 core option description.

[〰️] ChaiLove

  • Add core provided aspect ratio

[〰️] Citra

[〰️] Citra Canary/Experimental

[〰️] Craft

[〰️] CrocoDS

  • Complete Speed hack core option description.

[〰️] DeSmuME 2015

  • Complete pointer mode l-analog core option description.
  • Complete pointer mode r-analog core option description.
  • Complete Emulated pointer deadzone percent core option description.
  • Complete Emulated pointer acceleration modifier percent core option description.
  • Complete Enable Edgemark core option description.

[〰️] DeSmuME

  • Complete pointer mode l-analog core option description.
  • Complete pointer mode r-analog core option description.
  • Complete Emulated pointer deadzone percent core option description.
  • Complete Emulated pointer acceleration modifier percent core option description.
  • Complete Enable Edgemark core option description.
  • Complete core option descriptions.

[〰️] Dinothawr

  • Add core provided fps.
  • Add core provided sample rate.
  • Add core provided aspect ratio.

[✕] Dolphin

[〰️] DOSBox

  • Add internal sample rate.
  • Improve core otpion descriptions.

[✔] Dummy Core

[✔] Dungeon Crawl Stone Soup

[〰️] EasyRPG

  • Add core provided aspect ratio
  • Add core provided fps

[〰️] EightyOne

  • Add core provided aspect ratio.
  • Add screenshots for the High Resolution core option.

[!!!] Emux CHIP-8

  • Can't complete documentation, core doesn't start.

[〰️] Emux GB

  • Add internal FPS.
  • Add internal sample rate.
  • Add core provided aspect ratio.

[〰️] Emux NES

  • Add core provided FPS.
  • Add core provided sample rate.
  • Add core provided aspect ratio.

[〰️] Emux SMS

  • Add core provided fps.
  • Add core provided sample rate
  • Add provided aspect ratio.

[✕] FB Alpha

[✕] FB Alpha 2012

[✕] FB Alpha 2012 CPS-1

[✕] FB Alpha 2012 CPS-2

[✕] FB Alpha 2012 CPS-3

[✕] FB Alpha 2012 Neo Geo

[〰️] FCEUmm

  • Combine aspect ratio screenshots into one image
  • Combine palette core options screenshots into one image like this
  • Combine Crop Overscan core options screenshots into one image
  • Combine crosshair core option screenshots into one image

[✔] FFmpeg

[〰️] fMSX

  • Add core provided aspect ratio.
  • Complete core option descriptions.

[〰️] FreeIntv

[✕] FreeJ2ME

[✕] Frodo

[〰️] Fuse

  • Complete BIOS section
  • Add fps
  • Add base width
  • Add base height
  • Add max width
  • Add max height
  • Add aspect ratio
  • Improve core option descriptions.

[〰️] Gambatte

  • Complete GameBoy Link Mode core option description.
  • Combine palette screenshots into one image.
  • Complete Network core option descriptions.
  • Add core provided FPS
  • Add core provided sample rate
  • Add core provided aspect ratio

[✔] Game Music Emu

[✔] Gearboy

[〰️] Gearsystem

[〰️] Genesis Plus GX

  • Complete BIOS md5
  • Test Multi-Mouse support.
  • Complete Mega Drive / Genesis FM core option description.
  • Complete Audio filter core option description.
  • Complete Low-pass filter % core option description.

[✔] gpSP

[✔] GW

[✔] Handy

[〰️] Hatari

  • Add Keyboard inputs

[〰️] higan Accuracy

  • Add core provided fps
  • Add core provided sample rate
  • Add core provided aspect ratio

[✔] Imageviewer

[〰️] Lutro

  • Add core provided aspect ratio.

[✕] MAME

[✕] MAME 2000

[〰️] MAME 2003

[✕] MAME 2003 Midway

[✕] MAME 2003-Plus

[✕] MAME 2009

[✕] MAME 2010

[✕] MAME 2014

[✕] MAME 2016

[✔] melonDS

[〰️] Mesen

  • Add core provided fps.
  • Add core base width
  • Add core base height
  • Add core max width
  • Add core max height
  • Add HD Pack Before-After screenshots.
  • Add NTSC Filter core option screenshots.
  • Add Palette core option screenshots.
  • Add Vertical Overscan core option screenshots.
  • Add Horizontal Overscan core option screenshots.
  • Add Aspect Ratio core option screenshots.
  • Add Sprite Limit core option screenshots.
  • Add Screen Rotation core option screenshots.

[✕] MESS 2014

[〰️] Meteor

  • Complete compatibility section

[〰️] mGBA

  • Add core provided FPS.
  • Add core provided aspect ratio
  • Complete description for Idle loop removal core option.

[✕] mpv

[〰️] Mr.Boom

  • Complete core option descriptions.
  • Add a 'How to join a game' guide
  • Add a powerup explanation section.
  • Add a endscreen explanation section.

[〰️] Mupen64Plus

  • Add internal sample rate
  • Add core provided aspect ratio.
  • Complete core option descriptions.
  • Complete compatibility section.

[✕] Mupen64Plus GLES3

[〰️] Neko Project II

  • Complete core option descriptions.
  • Document np2.cfg
  • Add a disk switching guide
  • Find out what the .bmp files are.
  • Add license info.
  • Core info file is missing BIOS info.
  • Complete BIOS section.
  • Complete joypad section
  • Complete keyboard section

[〰️] Neko Project II Kai

  • Complete core option descriptions.
  • Document np2.cfg
  • Add a disk switching guide
  • Find out what the .bmp files are.

[〰️] Nestopia UE

  • Complete Game Genie Sound Distortion core option description.
  • Complete RAM Power-on State core option description.
  • Combine palette screenshots into one image.

[〰️] nSide Balanced

  • Add core provided fps
  • Add core provided sample rate
  • Add core provided aspect ratio

[✔] NXEngine

[✔] O2EM

[✔] OpenLara

[✔] P-UAE

  • Need outside help with the documentation, loading .uae files don't seem to work on Windows x64

[✕] ParaLLEl N64

[✕] PCem

[〰️] PCSX ReARMed

  • Complete core option descriptions.
  • Explain what the default setting for the Pad Type core options does.
  • Add negcon inputs to controllers table

[!!!] PCSX ReARMed [Interpreter]

  • Not making a doc for this, the regular PCSX ReARMed doc is enough.

[✔] PicoDrive

[✔] PocketCDG

[✔] PokeMini

[✔] PPSSPP

[✔] PrBoom

[✔] ProSystem

[〰️] PX68k

[✔] QuickNES

[✔] Redream

[〰️] Reicast

[!!!] RemoteJoy

  • Not documentating. Core doesn't work at all and most likely no one uses it.

[〰️] Remote RetroPad

  • Complete background section.
  • Complete usage section.
  • Complete Port core option description.
  • Complete IP address part 1 core option description.
  • Complete IP address part 2 core option description.
  • Complete IP address part 3 core option description.
  • Complete IP address part 4 core option description.

[〰️] SameBoy

  • Add core provided fps
  • Add core provided aspect ratio
  • Complete core option descriptions.

[〰️] ScummVM

  • Add keyboard table.

[✔] Snes9x

[〰️] Snes9x 2002

  • Complete compatibility section.

[〰️] Snes9x 2005

  • Complete Video Mode core option description.
  • Add core provided aspect ratio FPS.
  • Add core provided sample rate.

[〰️] Snes9x 2005 Plus

  • Complete Video Mode core option description.
  • Add core provided aspect ratio FPS.
  • Add core provided sample rate.

[✔] Snes9x 2010

[〰️] Stella

  • Add core provided FPS

[✕] TempGBA

[〰️] TGB Dual

  • Add core provided aspect ratio.
  • Add netplay usage section.
  • Explain what the Next Audio Mode/Prev Audio Mode inputs do.
  • Complete compatbility section.

[〰️] The Powder Toy

  • Add core base width
  • Add core base height
  • Add core max width
  • Add core max height
  • Add core provided aspect ratio.

[〰️] Theodore

  • Feature: more tests required
  • Geometry/timing: FPS, sample rate, aspect ratio, max width/weight

[✔] TyrQuake

[✕] UME 2014

[!!!] Uzem

[✔] VBA-M

[✔] VBA Next

[〰️] vecx

[✔] VeMUlator

[✔] VICE C64

[✔ VICE C128

[✔] VICE PLUS4

[✔] VICE VIC20

[!!!] Video Processor

  • Complete documentation when core is fixed.

[✔] Virtual Jaguar

[〰️] XRick

  • Core info file does not have an author entry.

[✔] Yabause

Error starting build

Using Ubuntu 16.04 and following the README to install the required dependencies via pip3, I get an error trying to start the build:

$ mkdocs build
ERROR   -  Config value: 'markdown_extensions'. Error: Failed loading extension "codehilite(linenums=True)". 

Aborted with 1 Configuration Errors!

Any idea what's going on?

list of docs that aren't linked in the TOC

Now that I have mkdocs set up locally I can benefit from its logging.

INFO    -  The following pages exist in the docs directory, but are not included in the "nav" configuration:
  - help.md
  - development/retroarch/compilation/buildbot.md
  - guides/change-directories.md
  - guides/extensions.md
  - guides/theme-examples.md
  - shader/crt_royale.md
  - shader/preview_template.md

missing image links

mkdocs helpfully generates a list of broken image links when it builds.

About a dozen of these are my responsibility and have to do with changes in relative paths due to the Development documentation refactor. I'll list them first and will fix them ASAP.

Below is a list of other broken image links that I deny being responsible for! :) Maybe we can fix these too.

Broken "Development" image links

WARNING -  Documentation file 'development/frontends.md' contains a link to 'specs/api.md' which is not found in the documentation files.
WARNING -  Documentation file 'development/libretro-overview.md' contains a link to 'development/developing-cores.md' which is not found in the documentation files.
WARNING -  Documentation file 'development/libretro-overview.md' contains a link to 'tech/frontends.md' which is not found in the documentation files.
WARNING -  Documentation file 'development/shader/cg-shaders.md' contains a link to 'development/image/development/shaders/example-burry-shader.jpg' which is not found in the documentation files.
WARNING -  Documentation file 'development/shader/content-aware-shaders.md' contains a link to 'development/image/development/shaders/content-aware-shader-1.jpg' which is not found in the documentation files.
WARNING -  Documentation file 'development/shader/content-aware-shaders.md' contains a link to 'development/image/development/shaders/content-aware-shader-2.jpg' which is not found in the documentation files.
WARNING -  Documentation file 'development/shader/shader-lookup-textures.md' contains a link to 'development/image/development/shaders/lookup-texture-shader.jpg' which is not found in the documentation files.
WARNING -  Documentation file 'guides/joypad-autoconfiguration.md' contains a link to 'guides/image/retroarch/snes9x-joyconfig-example.jpg' which is not found in the documentation files.

Other broken image links

WARNING -  Documentation file 'guides/theme-examples.md' contains a link to 'guides/images/themes/RA-Dot-Art.png' which is not found in the documentation files.
WARNING -  Documentation file 'guides/theme-examples.md' contains a link to 'guides/images/themes/RA-Retroactive.png' which is not found in the documentation files.
WARNING -  Documentation file 'guides/theme-examples.md' contains a link to 'guides/images/themes/RA-Systematic.png' which is not found in the documentation files.
WARNING -  Documentation file 'guides/theme-examples.md' contains a link to 'guides/images/themes/change-icons.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/2048.md' contains a link to 'library/..\image\core\2048\start.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/4do.md' contains a link to 'library/..\image\core\4do\high_off.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/4do.md' contains a link to 'library/..\image\core\4do\high_on.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/beetle_psx.md' contains a link to 'library/..\image\core\beetle_psx_hw\m3u.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/beetle_psx.md' contains a link to 'library/..\image\core\beetle_psx_hw\gpu_1.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/beetle_psx.md' contains a link to 'library/..\image\core\beetle_psx_hw\gpu_2.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/beetle_psx.md' contains a link to 'library/..\image\core\beetle_psx_hw\wide_off.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/beetle_psx.md' contains a link to 'library/..\image\core\beetle_psx_hw\wide_on.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/beetle_psx.md' contains a link to 'library/..\image\core\beetle_psx_hw\bios.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/beetle_psx.md' contains a link to 'library/..\image\core\beetle_psx_hw\fps.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/beetle_psx.md' contains a link to 'library/..\image\core\beetle_psx_hw\scan_on.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/beetle_psx.md' contains a link to 'library/..\image\core\beetle_psx_hw\scan_off.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/beetle_psx.md' contains a link to 'library/..\image\core\beetle_psx_hw\cursor_cross.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/beetle_psx.md' contains a link to 'library/..\image\core\beetle_psx_hw\cursor_dot.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/beetle_psx.md' contains a link to 'library/..\image\core\beetle_psx_hw\cursor_off.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/beetle_psx.md' contains a link to 'image/retropad/Retro_a.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/beetle_psx.md' contains a link to 'image/retropad/Retro_x.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/beetle_psx.md' contains a link to 'image/retropad/Retro_l1.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/beetle_psx.md' contains a link to 'image/retropad/Retro_r1.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/beetle_psx.md' contains a link to 'image/retropad/Retro_l2.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/beetle_psx.md' contains a link to 'image/retropad/Retro_r2.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/beetle_psx.md' contains a link to 'image/retropad/Retro_l3.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/beetle_psx.md' contains a link to 'image/retropad/Retro_r3.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/beetle_psx.md' contains a link to 'image/retropad/Retro_left_stick.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/beetle_psx.md' contains a link to 'image/retropad/Retro_left_stick.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/beetle_psx.md' contains a link to 'image/retropad/Retro_right_stick.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/beetle_psx.md' contains a link to 'image/retropad/Retro_right_stick.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/beetle_psx_hw.md' contains a link to 'library/..\image\core\beetle_psx_hw\m3u.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/beetle_psx_hw.md' contains a link to 'library/..\image\core\beetle_psx_hw\smooth_off.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/beetle_psx_hw.md' contains a link to 'library/..\image\core\beetle_psx_hw\smooth_on.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/beetle_psx_hw.md' contains a link to 'library/..\image\core\beetle_psx_hw\gpu_1.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/beetle_psx_hw.md' contains a link to 'library/..\image\core\beetle_psx_hw\gpu_2.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/beetle_psx_hw.md' contains a link to 'library/..\image\core\beetle_psx_hw\nearest.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/beetle_psx_hw.md' contains a link to 'library/..\image\core\beetle_psx_hw\sabr.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/beetle_psx_hw.md' contains a link to 'library/..\image\core\beetle_psx_hw\xbr.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/beetle_psx_hw.md' contains a link to 'library/..\image\core\beetle_psx_hw\bilinear.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/beetle_psx_hw.md' contains a link to 'library/..\image\core\beetle_psx_hw\3point.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/beetle_psx_hw.md' contains a link to 'library/..\image\core\beetle_psx_hw\jinc2.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/beetle_psx_hw.md' contains a link to 'library/..\image\core\beetle_psx_hw\wire.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/beetle_psx_hw.md' contains a link to 'library/..\image\core\beetle_psx_hw\vram.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/beetle_psx_hw.md' contains a link to 'library/..\image\core\beetle_psx_hw\wide_off.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/beetle_psx_hw.md' contains a link to 'library/..\image\core\beetle_psx_hw\wide_on.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/beetle_psx_hw.md' contains a link to 'library/..\image\core\beetle_psx_hw\bios.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/beetle_psx_hw.md' contains a link to 'library/..\image\core\beetle_psx_hw\fps.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/beetle_psx_hw.md' contains a link to 'library/..\image\core\beetle_psx_hw\scan_on.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/beetle_psx_hw.md' contains a link to 'library/..\image\core\beetle_psx_hw\scan_off.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/beetle_psx_hw.md' contains a link to 'library/..\image\core\beetle_psx_hw\cursor_cross.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/beetle_psx_hw.md' contains a link to 'library/..\image\core\beetle_psx_hw\cursor_dot.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/beetle_psx_hw.md' contains a link to 'library/..\image\core\beetle_psx_hw\cursor_off.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/beetle_saturn.md' contains a link to 'library/..\image\core\beetle_saturn\cross.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/beetle_saturn.md' contains a link to 'library/..\image\core\beetle_saturn\dot.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/beetle_saturn.md' contains a link to 'library/..\image\core\beetle_saturn\off.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/beetle_saturn.md' contains a link to 'library/..\image\core\beetle_saturn\blend_off.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/beetle_saturn.md' contains a link to 'library/..\image\core\beetle_saturn\blend_on.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/beetle_vb.md' contains a link to 'library/..\image\core\beetle_vb\off.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/beetle_vb.md' contains a link to 'library/..\image\core\beetle_vb\red&blue.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/beetle_vb.md' contains a link to 'library/..\image\core\beetle_vb\red&cyan.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/beetle_vb.md' contains a link to 'library/..\image\core\beetle_vb\red&electriccyan.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/beetle_vb.md' contains a link to 'library/..\image\core\beetle_vb\red&green.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/beetle_vb.md' contains a link to 'library/..\image\core\beetle_vb\green&magenta.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/beetle_vb.md' contains a link to 'library/..\image\core\beetle_vb\yellow&blue.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/beetle_vb.md' contains a link to 'library/..\image\core\beetle_vb\black&red.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/beetle_vb.md' contains a link to 'library/..\image\core\beetle_vb\black&white.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/bluemsx.md' contains a link to 'library/..\image\core\bluemsx\crop_off.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/bluemsx.md' contains a link to 'library/..\image\core\bluemsx\crop_on.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/bluemsx.md' contains a link to 'library/..\image\core\bluemsx\crop_msx2.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/bnes.md' contains a link to 'library/images/Cores/bnes/crisisforce.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/caprice32.md' contains a link to 'library/..\image\core\caprice32\tube_off.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/caprice32.md' contains a link to 'library/..\image\core\caprice32\tube_on.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/caprice32.md' contains a link to 'library/..\image\core\caprice32\5.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/caprice32.md' contains a link to 'library/..\image\core\caprice32\15.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/chailove.md' contains a link to 'library/..\image\core\all\download.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/chailove.md' contains a link to 'library/..\image\core\chailove\chailove.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/chailove.md' contains a link to 'library/..\image\core\all\load.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/chailove.md' contains a link to 'library/..\image\core\all\downloads.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/chailove.md' contains a link to 'library/..\image\core\chailove\alpha_on.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/chailove.md' contains a link to 'library/..\image\core\chailove\alpha_off.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/chailove.md' contains a link to 'library/..\image\core\chailove\quality_on.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/chailove.md' contains a link to 'library/..\image\core\chailove\quality_off.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/craft.md' contains a link to 'library/..\image\core\craft\320x240.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/craft.md' contains a link to 'library/..\image\core\craft\1920x1080.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/craft.md' contains a link to 'library/..\image\core\craft\show_info_text_off.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/craft.md' contains a link to 'library/..\image\core\craft\show_info_text_on.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/craft.md' contains a link to 'library/..\image\core\craft\fov_65.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/craft.md' contains a link to 'library/..\image\core\craft\fov_125.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/craft.md' contains a link to 'library/..\image\core\craft\draw_distance_10.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/craft.md' contains a link to 'library/..\image\core\craft\draw_distance_32.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/craft.md' contains a link to 'library/image\Button_Pack\Keyboard_&_Mouse\Dark\Keyboard_Black_Arrow_Up.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/craft.md' contains a link to 'library/image\Button_Pack\Keyboard_&_Mouse\Dark\Keyboard_Black_Arrow_Down.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/craft.md' contains a link to 'library/image\Button_Pack\Keyboard_&_Mouse\Dark\Keyboard_Black_Arrow_Left.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/craft.md' contains a link to 'library/image\Button_Pack\Keyboard_&_Mouse\Dark\Keyboard_Black_Arrow_Right.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/craft.md' contains a link to 'library/image\Button_Pack\Keyboard_&_Mouse\Dark\Keyboard_Black_Shift_Alt.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/craft.md' contains a link to 'library/image/RetroMouse/Retro_Mouse.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/craft.md' contains a link to 'library/image/RetroMouse/Retro_Left.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/craft.md' contains a link to 'library/image/RetroMouse/Retro_Middle.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/craft.md' contains a link to 'library/image/RetroMouse/Retro_Right.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/crocods.md' contains a link to 'library/..\image\core\crocods\color.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/crocods.md' contains a link to 'library/..\image\core\crocods\green.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/crocods.md' contains a link to 'library/..\image\core\crocods\320x200.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/crocods.md' contains a link to 'library/..\image\core\crocods\overscan.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/desmume.md' contains a link to 'library/..\image\core\desmume\256x192.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/desmume.md' contains a link to 'library/..\image\core\desmume\2560x1920.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/desmume.md' contains a link to 'library/..\image\core\desmume\top_bottom.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/desmume.md' contains a link to 'library/..\image\core\desmume\bottom_top.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/desmume.md' contains a link to 'library/..\image\core\desmume\left_right.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/desmume.md' contains a link to 'library/..\image\core\desmume\right_left.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/desmume.md' contains a link to 'library/..\image\core\desmume\top.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/desmume.md' contains a link to 'library/..\image\core\desmume\bottom.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/desmume.md' contains a link to 'library/..\image\core\desmume\hybrid_top.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/desmume.md' contains a link to 'library/..\image\core\desmume\screengap_0.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/desmume.md' contains a link to 'library/..\image\core\desmume\screengap_100.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/desmume.md' contains a link to 'library/..\image\core\desmume\scale_1.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/desmume.md' contains a link to 'library/..\image\core\desmume\scale_3.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/desmume_2015.md' contains a link to 'library/..\image\core\desmume\256x192.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/desmume_2015.md' contains a link to 'library/..\image\core\desmume\2560x1920.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/desmume_2015.md' contains a link to 'library/..\image\core\desmume\top_bottom.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/desmume_2015.md' contains a link to 'library/..\image\core\desmume\bottom_top.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/desmume_2015.md' contains a link to 'library/..\image\core\desmume\left_right.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/desmume_2015.md' contains a link to 'library/..\image\core\desmume\right_left.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/desmume_2015.md' contains a link to 'library/..\image\core\desmume\top.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/desmume_2015.md' contains a link to 'library/..\image\core\desmume\bottom.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/desmume_2015.md' contains a link to 'library/..\image\core\desmume\hybrid_top.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/desmume_2015.md' contains a link to 'library/..\image\core\desmume\scale_1.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/desmume_2015.md' contains a link to 'library/..\image\core\desmume\scale_3.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/desmume_2015.md' contains a link to 'library/..\image\core\desmume\pointer_white.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/desmume_2015.md' contains a link to 'library/..\image\core\desmume\pointer_black.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/desmume_2015.md' contains a link to 'library/..\image\core\desmume\pointer_red.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/desmume_2015.md' contains a link to 'library/..\image\core\desmume\pointer_blue.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/desmume_2015.md' contains a link to 'library/..\image\core\desmume\pointer_yellow.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/desmume_2015.md' contains a link to 'library/..\image\core\desmume\screengap_0.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/desmume_2015.md' contains a link to 'library/..\image\core\desmume\screengap_100.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/dinothawr.md' contains a link to 'library/..\image\core\all\download.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/dinothawr.md' contains a link to 'library/..\image\core\dinothawr\dinothawr.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/dinothawr.md' contains a link to 'library/..\image\core\all\load.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/dinothawr.md' contains a link to 'library/..\image\core\all\downloads.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/eightyone.md' contains a link to 'library/..\image\core\all\updater.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/eightyone.md' contains a link to 'library/..\image\core\all\info.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/eightyone.md' contains a link to 'library/..\image\core\updater\eightyone.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/eightyone.md' contains a link to 'library/..\image\core\all\load.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/emux_gb.md' contains a link to 'library/..\image\core\all\updater.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/emux_gb.md' contains a link to 'library/..\image\core\all\info.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/emux_gb.md' contains a link to 'library/..\image\core\emux\emux_gb.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/emux_gb.md' contains a link to 'library/..\image\core\all\load.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/emux_gb.md' contains a link to 'library/..\image\core\all\gb.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/fceumm.md' contains a link to 'library/..\image\core\fceumm\8by7_PAR.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/fceumm.md' contains a link to 'library/..\image\core\fceumm\4by3.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/fceumm.md' contains a link to 'library/..\image\core\fceumm\default.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/fceumm.md' contains a link to 'library/..\image\core\fceumm\asqrealc.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/fceumm.md' contains a link to 'library/..\image\core\fceumm\nintendo_vc.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/fceumm.md' contains a link to 'library/..\image\core\fceumm\rgb.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/fceumm.md' contains a link to 'library/..\image\core\fceumm\yuv_v3.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/fceumm.md' contains a link to 'library/..\image\core\fceumm\unsaturated_final.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/fceumm.md' contains a link to 'library/..\image\core\fceumm\sony_cxa2025as_us.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/fceumm.md' contains a link to 'library/..\image\core\fceumm\pal.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/fceumm.md' contains a link to 'library/..\image\core\fceumm\bmf_final2.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/fceumm.md' contains a link to 'library/..\image\core\fceumm\bmf_final3.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/fceumm.md' contains a link to 'library/..\image\core\fceumm\smooth_fbx.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/fceumm.md' contains a link to 'library/..\image\core\fceumm\direct_fbx.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/fceumm.md' contains a link to 'library/..\image\core\fceumm\pvm_style_d93_fbx.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/fceumm.md' contains a link to 'library/..\image\core\fceumm\ntsc_hardware_fbx.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/fceumm.md' contains a link to 'library/..\image\core\fceumm\nes_classic_fbx_fs.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/fceumm.md' contains a link to 'library/..\image\core\fceumm\nescap.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/fceumm.md' contains a link to 'library/..\image\core\fceumm\wavebeam.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/fceumm.md' contains a link to 'library/..\image\core\fceumm\raw.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/fceumm.md' contains a link to 'library/..\image\core\fceumm\ntsc_off.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/fceumm.md' contains a link to 'library/..\image\core\fceumm\ntsc_on.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/fceumm.md' contains a link to 'library/..\image\core\fceumm\horiz_off.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/fceumm.md' contains a link to 'library/..\image\core\fceumm\horiz_on.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/fceumm.md' contains a link to 'library/..\image\core\fceumm\vert_on.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/fceumm.md' contains a link to 'library/..\image\core\fceumm\vert_off.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/fceumm.md' contains a link to 'library/..\image\core\fceumm\cross_on.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/fceumm.md' contains a link to 'library/..\image\core\fceumm\cross_off.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/ffmpeg.md' contains a link to 'library/..\image\core\ffmpeg\320x180.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/ffmpeg.md' contains a link to 'library/..\image\core\ffmpeg\3840x2160.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/fmsx.md' contains a link to 'library/..\image\core\all\updater.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/fmsx.md' contains a link to 'library/..\image\core\all\info.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/fmsx.md' contains a link to 'library/..\image\core\updater\fmsx.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/fmsx.md' contains a link to 'library/..\image\core\all\load.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/fmsx.md' contains a link to 'library/..\image\core\all\screenshot_name.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/gambatte.md' contains a link to 'library/..\image\core\gambatte\tool.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/gambatte.md' contains a link to 'library/..\image\core\gambatte\color_off.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/gambatte.md' contains a link to 'library/..\image\core\gambatte\color_auto.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/gambatte.md' contains a link to 'library/..\image\core\gambatte\color_gbc.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/gambatte.md' contains a link to 'library/..\image\core\gambatte\gb_dmg.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/gambatte.md' contains a link to 'library/..\image\core\gambatte\gb_pocket.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/gambatte.md' contains a link to 'library/..\image\core\gambatte\gb_light.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/gambatte.md' contains a link to 'library/..\image\core\gambatte\gbc_blue.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/gambatte.md' contains a link to 'library/..\image\core\gambatte\gbc_brown.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/gambatte.md' contains a link to 'library/..\image\core\gambatte\gbc_dark_blue.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/gambatte.md' contains a link to 'library/..\image\core\gambatte\gbc_dark_brown.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/gambatte.md' contains a link to 'library/..\image\core\gambatte\gbc_dark_green.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/gambatte.md' contains a link to 'library/..\image\core\gambatte\gbc_grayscale.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/gambatte.md' contains a link to 'library/..\image\core\gambatte\gbc_green.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/gambatte.md' contains a link to 'library/..\image\core\gambatte\gbc_inverted.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/gambatte.md' contains a link to 'library/..\image\core\gambatte\gbc_orange.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/gambatte.md' contains a link to 'library/..\image\core\gambatte\gbc_pastel.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/gambatte.md' contains a link to 'library/..\image\core\gambatte\gbc_red.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/gambatte.md' contains a link to 'library/..\image\core\gambatte\gbc_yellow.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/gambatte.md' contains a link to 'library/..\image\core\gambatte\sgb_1a.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/gambatte.md' contains a link to 'library/..\image\core\gambatte\sgb_1b.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/gambatte.md' contains a link to 'library/..\image\core\gambatte\sgb_1c.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/gambatte.md' contains a link to 'library/..\image\core\gambatte\sgb_1d.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/gambatte.md' contains a link to 'library/..\image\core\gambatte\sgb_1e.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/gambatte.md' contains a link to 'library/..\image\core\gambatte\sgb_1f.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/gambatte.md' contains a link to 'library/..\image\core\gambatte\sgb_1g.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/gambatte.md' contains a link to 'library/..\image\core\gambatte\sgb_1h.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/gambatte.md' contains a link to 'library/..\image\core\gambatte\sgb_2a.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/gambatte.md' contains a link to 'library/..\image\core\gambatte\sgb_2b.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/gambatte.md' contains a link to 'library/..\image\core\gambatte\sgb_2c.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/gambatte.md' contains a link to 'library/..\image\core\gambatte\sgb_2d.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/gambatte.md' contains a link to 'library/..\image\core\gambatte\sgb_2e.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/gambatte.md' contains a link to 'library/..\image\core\gambatte\sgb_2f.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/gambatte.md' contains a link to 'library/..\image\core\gambatte\sgb_2g.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/gambatte.md' contains a link to 'library/..\image\core\gambatte\sgb_2h.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/gambatte.md' contains a link to 'library/..\image\core\gambatte\sgb_3a.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/gambatte.md' contains a link to 'library/..\image\core\gambatte\sgb_3b.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/gambatte.md' contains a link to 'library/..\image\core\gambatte\sgb_3c.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/gambatte.md' contains a link to 'library/..\image\core\gambatte\sgb_3d.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/gambatte.md' contains a link to 'library/..\image\core\gambatte\sgb_3e.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/gambatte.md' contains a link to 'library/..\image\core\gambatte\sgb_3f.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/gambatte.md' contains a link to 'library/..\image\core\gambatte\sgb_3g.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/gambatte.md' contains a link to 'library/..\image\core\gambatte\sgb_3h.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/gambatte.md' contains a link to 'library/..\image\core\gambatte\sgb_4a.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/gambatte.md' contains a link to 'library/..\image\core\gambatte\sgb_4b.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/gambatte.md' contains a link to 'library/..\image\core\gambatte\sgb_4c.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/gambatte.md' contains a link to 'library/..\image\core\gambatte\sgb_4d.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/gambatte.md' contains a link to 'library/..\image\core\gambatte\sgb_4e.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/gambatte.md' contains a link to 'library/..\image\core\gambatte\sgb_4f.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/gambatte.md' contains a link to 'library/..\image\core\gambatte\sgb_4g.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/gambatte.md' contains a link to 'library/..\image\core\gambatte\sgb_4h.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/gambatte.md' contains a link to 'library/..\image\core\gambatte\special1.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/gambatte.md' contains a link to 'library/..\image\core\gambatte\special2.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/gambatte.md' contains a link to 'library/..\image\core\gambatte\special3.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/gambatte.md' contains a link to 'library/..\image\core\gambatte\correct_off.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/gambatte.md' contains a link to 'library/..\image\core\gambatte\correct_fast.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/gambatte.md' contains a link to 'library/..\image\core\gambatte\correct_accurate.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/gambatte.md' contains a link to 'library/..\image\core\gambatte\dark_filter_off.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/gambatte.md' contains a link to 'library/..\image\core\gambatte\dark_filter_30.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/gambatte.md' contains a link to 'library/..\image\core\gambatte\gb_bios.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/gambatte.md' contains a link to 'library/..\image\core\gambatte\gbc_bios.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/gambatte.md' contains a link to 'library/..\image\core\gambatte\mix_frames_off.gif' which is not found in the documentation files.
WARNING -  Documentation file 'library/gambatte.md' contains a link to 'library/..\image\core\gambatte\mix_frames_accurate.gif' which is not found in the documentation files.
WARNING -  Documentation file 'library/gambatte.md' contains a link to 'library/..\image\core\gambatte\mix_frames_fast.gif' which is not found in the documentation files.
WARNING -  Documentation file 'library/genesis_plus_gx.md' contains a link to 'library/..\image\core\genesis_plus_gx\cue.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/genesis_plus_gx.md' contains a link to 'library/..\image\core\genesis_plus_gx\blargg_off.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/genesis_plus_gx.md' contains a link to 'library/..\image\core\genesis_plus_gx\blargg_monochrome.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/genesis_plus_gx.md' contains a link to 'library/..\image\core\genesis_plus_gx\blargg_composite.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/genesis_plus_gx.md' contains a link to 'library/..\image\core\genesis_plus_gx\blargg_svideo.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/genesis_plus_gx.md' contains a link to 'library/..\image\core\genesis_plus_gx\blargg_rgb.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/genesis_plus_gx.md' contains a link to 'library/..\image\core\genesis_plus_gx\ghost.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/genesis_plus_gx.md' contains a link to 'library/..\image\core\genesis_plus_gx\extend_off.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/genesis_plus_gx.md' contains a link to 'library/..\image\core\genesis_plus_gx\extend_on.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/genesis_plus_gx.md' contains a link to 'library/..\image\core\genesis_plus_gx\single.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/genesis_plus_gx.md' contains a link to 'library/..\image\core\genesis_plus_gx\double.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/genesis_plus_gx.md' contains a link to 'library/..\image\core\genesis_plus_gx\lightgun.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/gpsp.md' contains a link to 'library/images/Cores/gpsp/goku.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/gpsp.md' contains a link to 'library/images/Cores/gpsp/sims.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/gpsp.md' contains a link to 'library/images/Cores/gpsp/fighter.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/gw.md' contains a link to 'library/..\image\core\all\download.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/gw.md' contains a link to 'library/..\image\core\gw\donkey.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/gw.md' contains a link to 'library/..\image\core\all\load.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/gw.md' contains a link to 'library/..\image\core\all\downloads.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/lutro.md' contains a link to 'library/..\image\core\all\download.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/lutro.md' contains a link to 'library/..\image\core\lutro\lutro.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/lutro.md' contains a link to 'library/..\image\core\all\load.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/lutro.md' contains a link to 'library/..\image\core\all\downloads.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/mgba.md' contains a link to 'library/..\image\core\mgba\bios.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/mr_boom.md' contains a link to 'library/..\image\core\mr_boom\monsters_on.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/mr_boom.md' contains a link to 'library/..\image\core\mr_boom\monsters_off.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/mupen64plus.md' contains a link to 'library/images\Cores\all\updater.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/mupen64plus.md' contains a link to 'library/images\Cores\all\info.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/mupen64plus.md' contains a link to 'library/images\Cores\updater\mupen64plus.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/mupen64plus.md' contains a link to 'library/images\Cores\all\load.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/nxengine.md' contains a link to 'library/..\image\core\all\download.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/nxengine.md' contains a link to 'library/..\image\core\nxengine\down_story.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/nxengine.md' contains a link to 'library/..\image\core\all\load.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/nxengine.md' contains a link to 'library/..\image\core\all\downloads.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/pcsx_rearmed.md' contains a link to 'library/..\image\core\beetle_psx_hw\m3u.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/pcsx_rearmed.md' contains a link to 'library/..\image\core\pcsx_rearmed\dither_on.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/pcsx_rearmed.md' contains a link to 'library/..\image\core\pcsx_rearmed\dither_off.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/pcsx_rearmed.md' contains a link to 'library/..\image\core\beetle_psx_hw\bios.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/picodrive.md' contains a link to 'library/..\image\core\genesis_plus_gx\cue.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/picodrive.md' contains a link to 'library/..\image\core\picodrive\par.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/picodrive.md' contains a link to 'library/..\image\core\picodrive\4by3.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/picodrive.md' contains a link to 'library/..\image\core\picodrive\crt.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/picodrive.md' contains a link to 'library/..\image\core\picodrive\overscan_off.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/picodrive.md' contains a link to 'library/..\image\core\picodrive\overscan_on.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/pokemini.md' contains a link to 'library/..\image\core\pokemini\dotmatrix_2x.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/pokemini.md' contains a link to 'library/..\image\core\pokemini\dotmatrix_4x.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/pokemini.md' contains a link to 'library/..\image\core\pokemini\dotmatrix_6x.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/pokemini.md' contains a link to 'library/..\image\core\pokemini\dotmatrix.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/pokemini.md' contains a link to 'library/..\image\core\pokemini\scanline.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/pokemini.md' contains a link to 'library/..\image\core\pokemini\none.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/pokemini.md' contains a link to 'library/..\image\core\pokemini\Default.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/pokemini.md' contains a link to 'library/..\image\core\pokemini\Old.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/pokemini.md' contains a link to 'library/..\image\core\pokemini\Monochrome.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/pokemini.md' contains a link to 'library/..\image\core\pokemini\Green.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/pokemini.md' contains a link to 'library/..\image\core\pokemini\Green_Vector.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/pokemini.md' contains a link to 'library/..\image\core\pokemini\Red.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/pokemini.md' contains a link to 'library/..\image\core\pokemini\Red_Vector.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/pokemini.md' contains a link to 'library/..\image\core\pokemini\Blue_LCD.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/pokemini.md' contains a link to 'library/..\image\core\pokemini\LEDBacklight.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/pokemini.md' contains a link to 'library/..\image\core\pokemini\Girl_Power.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/pokemini.md' contains a link to 'library/..\image\core\pokemini\Blue.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/pokemini.md' contains a link to 'library/..\image\core\pokemini\Blue_Vector.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/pokemini.md' contains a link to 'library/..\image\core\pokemini\Sepia.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/pokemini.md' contains a link to 'library/..\image\core\pokemini\Monochrome_Vector.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/prboom.md' contains a link to 'library/..\image\core\prboom\320x200.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/prboom.md' contains a link to 'library/..\image\core\prboom\1920x1200.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/quicknes.md' contains a link to 'library/..\image\core\quicknes\default.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/quicknes.md' contains a link to 'library/..\image\core\quicknes\asqrealc.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/quicknes.md' contains a link to 'library/..\image\core\quicknes\nintendo-vc.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/quicknes.md' contains a link to 'library/..\image\core\quicknes\rgb.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/quicknes.md' contains a link to 'library/..\image\core\quicknes\yuv-v3.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/quicknes.md' contains a link to 'library/..\image\core\quicknes\unsaturated-final.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/quicknes.md' contains a link to 'library/..\image\core\quicknes\sony-cxa2025as-us.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/quicknes.md' contains a link to 'library/..\image\core\quicknes\pal.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/quicknes.md' contains a link to 'library/..\image\core\quicknes\bmf-final2.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/quicknes.md' contains a link to 'library/..\image\core\quicknes\bmf-final3.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/quicknes.md' contains a link to 'library/..\image\core\quicknes\smooth-fbx.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/quicknes.md' contains a link to 'library/..\image\core\quicknes\composite-direct-fbx.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/quicknes.md' contains a link to 'library/..\image\core\quicknes\pvm-style-d93-fbx.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/quicknes.md' contains a link to 'library/..\image\core\quicknes\ntsc-hardware-fbx.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/quicknes.md' contains a link to 'library/..\image\core\quicknes\nes-classic-fbx-fs.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/quicknes.md' contains a link to 'library/..\image\core\quicknes\nescap.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/quicknes.md' contains a link to 'library/..\image\core\quicknes\wavebeam.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/quicknes.md' contains a link to 'image/Controller/nes.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/reicast.md' contains a link to 'library/..\image\core\reicast\640x480.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/reicast.md' contains a link to 'library/..\image\core\reicast\1920x1440.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/sameboy.md' contains a link to 'image/core/sameboy/start.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/sameboy.md' contains a link to 'library/..\image\core\sameboy\color_off.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/sameboy.md' contains a link to 'library/..\image\core\sameboy\color_curves.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/sameboy.md' contains a link to 'library/..\image\core\sameboy\color_hardware.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/sameboy.md' contains a link to 'library/..\image\core\sameboy\color_brightness.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/scummvm.md' contains a link to 'library/..\image\core\scummvm\scummvm_menu_1st_run.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/scummvm.md' contains a link to 'library/..\image\core\scummvm\scummvm_menu_paths.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/scummvm.md' contains a link to 'library/..\image\core\scummvm\scummvm_menu_misc.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/scummvm.md' contains a link to 'library/..\image\core\scummvm\scummvm_menu_midi.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/scummvm.md' contains a link to 'library/..\image\core\scummvm\scummvm_menu_mt32.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/scummvm.md' contains a link to 'library/..\image\core\scummvm\scummvm_menu_add_game.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/scummvm.md' contains a link to 'library/..\image\core\scummvm\scummvm_menu_game_options.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/scummvm.md' contains a link to 'library/..\image\core\scummvm\scummvm_menu_1st_game_added.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/scummvm.md' contains a link to 'library/..\image\core\scummvm\scummvm_load_content.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/scummvm.md' contains a link to 'library/..\image\core\scummvm\scummvm_volume_levels.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/scummvm.md' contains a link to 'library/..\image\core\scummvm\scummvm_menu_edit_game.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/scummvm.md' contains a link to 'library/..\image\core\scummvm\scummvm_menu_audio_override.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/scummvm.md' contains a link to 'library/..\image\core\scummvm\beneath_a_steel_sky_4-3.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/scummvm.md' contains a link to 'library/..\image\core\scummvm\beneath_a_steel_sky_16-10.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/snes9x.md' contains a link to 'library/..\image\core\snes9x\crop_on.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/snes9x.md' contains a link to 'library/..\image\core\snes9x\crop_off.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/snes9x.md' contains a link to 'library/..\image\core\snes9x\ntsc.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/snes9x.md' contains a link to 'library/..\image\core\snes9x\pal.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/snes9x.md' contains a link to 'library/..\image\core\snes9x\4by3.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/tgb_dual.md' contains a link to 'library/..\image\core\tgb_dual\link.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/tgb_dual.md' contains a link to 'library/..\image\core\tgb_dual\horiz.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/tgb_dual.md' contains a link to 'library/..\image\core\tgb_dual\vert.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/tyrquake.md' contains a link to 'library/..\image\core\tyrquake\320x240.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/tyrquake.md' contains a link to 'library/..\image\core\tyrquake\1920x1080.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/uzem.md' contains a link to 'library/..\image\core\all\updater.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/uzem.md' contains a link to 'library/..\image\core\all\info.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/uzem.md' contains a link to 'library/..image\core\all\load.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/vba_next.md' contains a link to 'library/..\image\core\vba_next\bios.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/vecx.md' contains a link to 'library/..\image\core\vecx\res_multiplier_1.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/vecx.md' contains a link to 'library/..\image\core\vecx\res_multiplier_4.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/virtual_jaguar.md' contains a link to 'library/..\image\core\virtual_jaguar\doom_off.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/virtual_jaguar.md' contains a link to 'library/..\image\core\virtual_jaguar\doom_on.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/virtual_jaguar.md' contains a link to 'library/..\image\core\virtual_jaguar\bios.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/virtual_jaguar.md' contains a link to 'library/..\image\core\virtual_jaguar\cyber.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/virtual_jaguar.md' contains a link to 'library/..\image\core\virtual_jaguar\ninja.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/xrick.md' contains a link to 'library/..\image\core\all\download.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/xrick.md' contains a link to 'library/..\image\core\xrick\xrick.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/xrick.md' contains a link to 'library/..\image\core\all\load.png' which is not found in the documentation files.
WARNING -  Documentation file 'library/xrick.md' contains a link to 'library/..\image\core\all\downloads.png' which is not found in the documentation files.
WARNING -  Documentation file 'meta/core_template.md' contains a link to 'meta/..\image\core\folder\screenshot_name.png' which is not found in the documentation files.
WARNING -  Documentation file 'shader/preview_template.md' contains a link to 'shader/image/shader/folder/shader_preview.png' which is not found in the documentation files.

Improve "Contribute to the documentation" with web/github workflow

As a part of my recent work, I have tried to make improvements to the "meta" section of the docs as it has come up in other projects.

For example I consolidated and added to the mkdocs build information.

That being said, I have been in contact with @Clutz450 -- someone who is qualified and prepared to make contributions to the docs for the first time but who is:

  1. previously unfamiliar with git and the github workflow
  2. not able to work with the msys2/console environment due to network restrictions

I think it would be good to further develop the "Contribute to the documentation guide in terms of the workflow for contributing to the docs purely from within the github web editor.

Because the private conversation I have been having with @Clutz450 is starting to generate useful ideas for the docs I'm hoping to move it here to the github repo where other conversations are happening.

Maybe we could have a new section focused on contributing via github that has some screenshots of the process?

@thatman84 I'm tagging you since we've been chatting about the direction the docs are going

Apologies for all your old issues being gone

We do have the old docs page still archived as a private repository. If anybody needs their old issues resurrected, I could ask @fr500 to repost them for you. But I don't think dragging them over is going to work.

Sorry for the inconvenience.

[Windows] add installing DirectX (WebInstaller) as requirement for out-of-box functionality

First and foremost consider this:

  • Only documentation related issues should be filed here. Not RetroArch bugs, or core bugs, or game bugs, or build errors.
  • Before reporting a 404, refresh the doc a few times.

Documents

[Add a list of documents that should be changed here.]

Proposed changes

as a guide, please make it mandatory that directx9 should be installed especially on new systems and on windows 10. better yet, if its possible to include the dll's together with the app without the need to install dx9(if thats even possible to not install it) would be better to avoid some issues (no sound, poor gl performance etc).

Issues that are experienced when dx9 is not installed:
-When using default config (for example new install of retroarch, so audio is by default xaudio, and video is set to GL), there's massive framerate drop, especially window mode (running about 30 fps), at some rare occasions the game will run in fast forward. no audio can be heard too and or other audio issues.

there are many issue already, especially on newly installed OS that are caused by missing directx9 and stuff

pcsx_rearmed - BIOS Info Incorrect

Documents

https://docs.libretro.com/library/pcsx_rearmed/

Proposed changes


Change 1

The BIOS information there is incorrect and should be like below.


Filename Description md5sum
scph101.bin psone-45a - Version 4.5 05/25/00 A 6E3735FF4C7DC899EE98981385F6F3D0
scph7001.bin ps-41a - Version 4.1 12/16/97 A 1E68C231D0896B7EADCAD1D7D8E76129
scph5501.bin ps-30a - Version 3.0 11/18/96 A 490F666E1AFB15B7362B406ED1CEA246
scph1001.bin ps-20a - Version 2.0 05/07/95 A DC2B9BF8DA62EC93E868CFD29F0D067D

And as a verification that this is correct, here is an entry that lists them in the libretro core's GitHub.

https://github.com/libretro/pcsx_rearmed/blob/master/frontend/libretro.c#L1921


Change 2

I would also add the following to the end of the Attention part.


If more than one BIOS is supplied, then the emulator will default to the latest revision available.


Thank you for your time and all the hard work that goes into RetroArch. I would've done this myself, but I'm not up for learning how to use GitHub beyond filing issues or editting open project wikis.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.