mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-15 03:48:24 +08:00
more
This commit is contained in:
@@ -43,7 +43,8 @@
|
||||
free disk size will also change relative to the
|
||||
change of the free disk size ever since. (Wengier)
|
||||
- Added support for OPUS CD tracks by porting and
|
||||
cleaning up the code from other projects. (Wengier)
|
||||
cleaning up the source code from other projects.
|
||||
Many thanks to Marty Shepard and kcgen. (Wengier)
|
||||
- Support for FluidSynth MIDI Synthesizer is now
|
||||
included in the MinGW builds by default just like
|
||||
Visual Studio builds. Set "mididevice=fluidsynth"
|
||||
|
@@ -27,7 +27,7 @@ A list of features ported from DOSBox SVN Daum:
|
||||
|
||||
A list of features ported from DOSBox ECE:
|
||||
|
||||
* Support for FLAC, MP3, WAV and Vorbis CD-DA tracks
|
||||
* Support for FLAC, MP3, WAV, OGG Vorbis and OPUS CD-DA tracks (with some decoders ported and cleaned up from DOSBox Staging and DOSBox Optionals by Wengier)
|
||||
* Support for mapping mouse buttons to keyboard
|
||||
* Improved support for 3dfx emulation (Glide wrapper and improved internal card emulation; both improved since then by Wengier)
|
||||
* Improved support for FluidSynth MIDI synthesizer
|
||||
|
@@ -63,7 +63,7 @@ Although based on the DOSBox project, DOSBox-X is now a separate project because
|
||||
|
||||
* Support for 3dfx Voodoo chip and Glide emulation
|
||||
|
||||
* Support for cue sheets with FLAC, MP3, WAV, OGG and OPUS CD-DA tracks
|
||||
* Support for cue sheets with FLAC, MP3, WAV, OGG Vorbis and OPUS CD-DA tracks
|
||||
|
||||
* Support for FluidSynth MIDI synthesizer and Innovation SSI-2001 emulation
|
||||
|
||||
|
@@ -3,7 +3,7 @@
|
||||
*
|
||||
* Copyright (C) 2001-2017 Ryan C. Gordon <icculus@icculus.org>
|
||||
* Copyright (C) 2018-2019 Kevin R. Croft <krcroft@gmail.com>
|
||||
* Copyright (C) 2020-2020 The dosbox-staging team
|
||||
* Copyright (C) 2020-2020 The DOSBox Staging Team
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@@ -3,7 +3,7 @@
|
||||
*
|
||||
* Copyright (C) 2001-2017 Ryan C. Gordon <icculus@icculus.org>
|
||||
* Copyright (C) 2018-2019 Kevin R. Croft <krcroft@gmail.com>
|
||||
* Copyright (C) 2020-2020 The dosbox-staging team
|
||||
* Copyright (C) 2020-2020 The DOSBox Staging Team
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@@ -55,7 +55,7 @@
|
||||
* - archive: https://github.com/voidah/archive, by Arthur Ouellet
|
||||
* - xxHash: http://cyan4973.github.io/xxHash, by Yann Collet
|
||||
*
|
||||
* Copyright (C) 2020 The dosbox-staging team
|
||||
* Copyright (C) 2020 The DOSBox Staging Team
|
||||
* Copyright (C) 2018-2019 Kevin R. Croft <krcroft@gmail.com>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
|
@@ -9,7 +9,7 @@
|
||||
* - archive: https://github.com/voidah/archive, by Arthur Ouellet
|
||||
* - xxHash: http://cyan4973.github.io/xxHash, by Yann Collet
|
||||
*
|
||||
* Copyright (C) 2020 The dosbox-staging team
|
||||
* Copyright (C) 2020 The DOSBox Staging Team
|
||||
* Copyright (C) 2018-2019 Kevin R. Croft <krcroft@gmail.com>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
|
@@ -69,7 +69,7 @@ const Sound_DecoderFunctions __Sound_DecoderFunctions_OPUS =
|
||||
extensions_opus,
|
||||
"Ogg Opus audio using libopusfile",
|
||||
"Kevin R Croft <krcroft@gmail.com>",
|
||||
"https://www.opus-codec.org/"
|
||||
"The DOSBox-X project"
|
||||
},
|
||||
|
||||
opus_init, /* init() method */
|
||||
|
@@ -5,7 +5,7 @@
|
||||
* - STB: https://github.com/nothings/stb (source)
|
||||
* - STB: https://twitter.com/nothings (website/author info)
|
||||
*
|
||||
* Copyright (C) 2018-2020 The dosbox-staging team
|
||||
* Copyright (C) 2018-2020 The DOSBox Staging Team
|
||||
* Copyright (C) 2001-2017 Ryan C. Gordon <icculus@icculus.org>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
|
@@ -6,7 +6,7 @@
|
||||
* - dr_libs: https://github.com/mackron/dr_libs (source)
|
||||
* - dr_wav: http://mackron.github.io/dr_wav.html (website)
|
||||
*
|
||||
* Copyright (C) 2020 The dosbox-staging team
|
||||
* Copyright (C) 2020 The DOSBox Staging Team
|
||||
* Copyright (C) 2018-2019 Kevin R. Croft <krcroft@gmail.com>
|
||||
* Copyright (C) 2001-2017 Ryan C. Gordon <icculus@icculus.org>
|
||||
*
|
||||
|
Reference in New Issue
Block a user