mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-04-15 01:00:47 -04:00
feat(per-game): Share & Use Settings from .json files
Signed-off-by: Collecting <collecting@noreply.localhost>
This commit is contained in:
@@ -62,6 +62,8 @@ public:
|
|||||||
public slots:
|
public slots:
|
||||||
void accept() override;
|
void accept() override;
|
||||||
void OnTrimXCI();
|
void OnTrimXCI();
|
||||||
|
void OnShareSettings();
|
||||||
|
void OnUseSettings();
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
void changeEvent(QEvent* event) override;
|
void changeEvent(QEvent* event) override;
|
||||||
|
|||||||
Reference in New Issue
Block a user