mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-04 18:06:26 +00:00
BACKENDS: ATARI: Last minute changes (cosmetic)
This commit is contained in:
parent
98b7231047
commit
969e82fce7
@ -67,7 +67,8 @@ cp ../backends/platform/atari/readme.txt dist-generic/scummvm
|
||||
unix2dos dist-generic/scummvm/readme.txt
|
||||
|
||||
cd dist-generic
|
||||
zip -r -9 scummvm-fat.zip scummvm
|
||||
mv scummvm scummvm-2.8.0-atari-full
|
||||
zip -r -9 scummvm-2.8.0-atari-full.zip scummvm-2.8.0-atari-full
|
||||
cd -
|
||||
|
||||
mv dist-generic/scummvm-fat.zip ..
|
||||
mv dist-generic/scummvm-2.8.0-atari-full.zip ..
|
||||
|
@ -57,7 +57,8 @@ cp ../backends/platform/atari/readme.txt dist-generic/scummvm
|
||||
unix2dos dist-generic/scummvm/readme.txt
|
||||
|
||||
cd dist-generic
|
||||
zip -r -9 scummvm-slim.zip scummvm
|
||||
mv scummvm scummvm-2.8.0-atari-lite
|
||||
zip -r -9 scummvm-2.8.0-atari-lite.zip scummvm-2.8.0-atari-lite
|
||||
cd -
|
||||
|
||||
mv dist-generic/scummvm-slim.zip ..
|
||||
mv dist-generic/scummvm-2.8.0-atari-lite.zip ..
|
||||
|
@ -304,7 +304,7 @@ void OSystem_Atari::initBackend() {
|
||||
atariEventSource->setGraphicsManager(atariGraphicsManager);
|
||||
|
||||
#ifdef DISABLE_FANCY_THEMES
|
||||
// On the slim build force "STMIDI" as the audio driver, i.e. do not attempt
|
||||
// On the lite build force "STMIDI" as the audio driver, i.e. do not attempt
|
||||
// to emulate anything by default. That prevents mixing silence and enable
|
||||
// us to stop DMA playback which takes unnecessary cycles.
|
||||
if (!ConfMan.hasKey("music_driver")) {
|
||||
|
@ -124,8 +124,7 @@ This one is still built and provided by Keith.
|
||||
optimal, but untested as of yet (I have been unable to get MIDI to work on my
|
||||
FireBee).
|
||||
|
||||
- Removed features: FLAC, MPEG2, Network/Cloud Support, HQ Scalers,
|
||||
GIF Support, MOD Support.
|
||||
- Removed features: FLAC, MPEG2, Network/Cloud Support, HQ Scalers.
|
||||
|
||||
|
||||
The rest of this document describes things specific to the Full / Lite package.
|
||||
@ -530,7 +529,7 @@ Closing words
|
||||
Many optimisations and improvements wouldn't be possible without help of Eero
|
||||
Tamminen, so thank you for all the help with profiling in Hatari.
|
||||
|
||||
Miro Kropacek aka MiKRO / Mystic Bytes, 16.12.2023
|
||||
Miro Kropacek aka MiKRO / Mystic Bytes, 19.12.2023
|
||||
Kosice / Slovakia
|
||||
miro.kropacek@gmail.com
|
||||
http://mikro.atari.org
|
||||
|
Loading…
x
Reference in New Issue
Block a user