mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-08 22:08:47 +08:00
Add support to enable multi lang support for artemis pannomimisoft txt script
This commit is contained in:
@@ -430,6 +430,10 @@ pub struct ExtraConfig {
|
||||
/// Specify the language of Artemis TXT (ぱんみみそふと) script.
|
||||
/// If not specified, the first language will be used.
|
||||
pub artemis_panmimisoft_txt_lang: Option<String>,
|
||||
#[cfg(feature = "artemis-panmimisoft")]
|
||||
/// Enable multiple language support for single language Artemis TXT (ぱんみみそふと) script.
|
||||
/// artemis_panmimisoft_txt_lang must be set when enabling this.
|
||||
pub artemis_panmimisoft_txt_multi_lang: bool,
|
||||
#[cfg(feature = "lossless-audio")]
|
||||
/// Audio format for output lossless audio files.
|
||||
pub lossless_audio_fmt: LosslessAudioFormat,
|
||||
|
||||
Reference in New Issue
Block a user