Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions docs/library/clownmdemu.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ Frontend-level settings or features that the ClownMDEmu core respects:
| Netplay ||
| Core Options ||
| [Memory Monitoring (achievements)](../guides/memorymonitoring.md) ||
| RetroArch Cheats | |
| Native Cheats | |
| RetroArch Cheats | |
| Native Cheats | |
| Controls ||
| Remapping ||
| Multi-Mouse ||
Expand Down Expand Up @@ -85,7 +85,7 @@ The ClownMDEmu core saves/loads to/from these directories.
- The ClownMDEmu core's core-provided sample rate is 223721.5625 Hz
- The ClownMDEmu core's base width is 320 (though this varies depending on the loaded content)
- The ClownMDEmu core's base height is 224 (though this varies depending on the loaded content)
- The ClownMDEmu core's max width is 400
- The ClownMDEmu core's max width is 512
- The ClownMDEmu core's max height is 480
- The ClownMDEmu core's core-provided aspect ratio is typically 10:7 (though this varies depending on the loaded content)

Expand Down Expand Up @@ -185,6 +185,10 @@ The ClownMDEmu core has the following option(s) that can be tweaked from the cor

Disable the RF5C164's PCM8 channel.

- **Debug > Disable CDDA** [clownmdemu_disable_cdda] (**disabled**|enabled)

Disable the CDDA channel.

- **Console > TV Standard** [clownmdemu_tv_standard] (**ntsc**|pal)

Which television standard to output in.
Expand Down
Loading