mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 02:17:36 +08:00
Update com.dosbox_x.DOSBox-X.metainfo.xml.in
This commit is contained in:
@@ -62,14 +62,14 @@ DOSBox-X emulates a legacy IBM PC and DOS environment, and has many emulation op
|
||||
<li>Graphics chipsets: MDA, Hercules, CGA, EGA, MCGA, VGA and SVGA (S3 Trio64, ET3000, ET4000, Paradise)</li>
|
||||
<li>Sound options: Sound Blaster series, Gravis Ultrasound, Disney Sound source and more audio options</li>
|
||||
<li>MIDI: FluidSynth, Roland MT-32 and General MIDI options</li>
|
||||
<li>Serial, Parallel and Game port support</li>
|
||||
<li>Printer support and emulation options</li>
|
||||
<li>Extended Serial, Parallel and Game port support</li>
|
||||
<li>Printer support (real or virtual) and emulation options</li>
|
||||
<li>3dfx Voodoo emulation with Glide wrapper support</li>
|
||||
<li>Network emulation: IPX over UDP, and serial modem</li>
|
||||
<li>Network adapter emulation: NE2000 (pcap or slirp backend)</li>
|
||||
<li>Mounting a host directory as a harddisk, floppy or CD-ROM</li>
|
||||
<li>Mounting harddisk images, floppy disk images and CD-ROM images</li>
|
||||
<li>ISO9660, FAT12, FAT16 and FAT32 filesystem support, including long filenames</li>
|
||||
<li>Mounting a host directory as a harddisk, floppy or CD-ROM drive</li>
|
||||
<li>Mounting harddisk images, floppy disk and CD-ROM images, including IDE emulation</li>
|
||||
<li>ISO9660, FAT12, FAT16 and FAT32 filesystem support, including long filenames (LFN)</li>
|
||||
<li>Support for running real DOS systems (MS-DOS, IBM PC DOS, FreeDOS)</li>
|
||||
<li>Support for running Windows 1.0 to Windows 3.11, Windows 9x and Windows ME</li>
|
||||
<li>GUI drop-down menu for easier usage</li>
|
||||
@@ -77,7 +77,7 @@ DOSBox-X emulates a legacy IBM PC and DOS environment, and has many emulation op
|
||||
<li>Save and load state with support for save files and up to 100 save slots</li>
|
||||
<li>More DOS commands, and ability to add your own programs to the virtual Z: drive</li>
|
||||
<li>Support for clipboard copy & paste and scalable TrueType fonts (TTF)</li>
|
||||
<li>Various output options, including output scaling and OpenGL shaders</li>
|
||||
<li>Various output options, including output scaling (such as pixel-perfect scaling) and OpenGL shaders</li>
|
||||
</ul>
|
||||
With the help of DOSBox-X, you can run plenty of the old classics that don't run on your new computer!
|
||||
</description>
|
||||
|
@@ -3279,7 +3279,7 @@ public:
|
||||
item->set_text("Dynamic core");
|
||||
#endif
|
||||
#if !defined(C_EMSCRIPTEN)
|
||||
MAPPER_AddHandler(CPU_ToggleSimpleCore,MK_nothing,0,"simple","CPU: imple core",&item);
|
||||
MAPPER_AddHandler(CPU_ToggleSimpleCore,MK_nothing,0,"simple","CPU: simple core",&item);
|
||||
item->set_text("Simple core");
|
||||
MAPPER_AddHandler(CPU_ToggleFullCore,MK_nothing,0,"full","CPU: full core",&item);
|
||||
item->set_text("Full core");
|
||||
|
Reference in New Issue
Block a user