mirror of
https://github.com/RetroDECK/net.kuribo64.melonDS.git
synced 2025-04-10 19:15:11 +00:00
Compare commits
No commits in common. "master" and "master-240724.28" have entirely different histories.
master
...
master-240
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,2 +0,0 @@
|
||||||
.flatpak-builder
|
|
||||||
melonds-build
|
|
|
@ -1,3 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
|
|
||||||
flatpak-builder --user --force-clean --install-deps-from=flathub --install-deps-from=flathub-beta --repo="./melonds-repo" "./melonds-build" net.kuribo64.melonDS.yml
|
|
|
@ -1,18 +0,0 @@
|
||||||
diff -au1r melonDS/src/frontend/qt_sdl/main.cpp melonDS/src/frontend/qt_sdl/main.cpp
|
|
||||||
--- melonDS/src/frontend/qt_sdl/main.cpp 2023-05-06 17:27:24.822375255 +0200
|
|
||||||
+++ melonDS/src/frontend/qt_sdl/main.cpp 2023-05-06 17:47:19.587498189 +0200
|
|
||||||
@@ -1467,3 +1467,3 @@
|
|
||||||
actSaveState[0] = submenu->addAction("File...");
|
|
||||||
- actSaveState[0]->setShortcut(QKeySequence(Qt::ShiftModifier | Qt::Key_F9));
|
|
||||||
+ actSaveState[0]->setShortcut(QKeySequence(Qt::CTRL | Qt::Key_S));
|
|
||||||
actSaveState[0]->setData(QVariant(0));
|
|
||||||
@@ -1483,3 +1483,3 @@
|
|
||||||
actLoadState[0] = submenu->addAction("File...");
|
|
||||||
- actLoadState[0]->setShortcut(QKeySequence(Qt::Key_F9));
|
|
||||||
+ actLoadState[0]->setShortcut(QKeySequence(Qt::CTRL | Qt::Key_A));
|
|
||||||
actLoadState[0]->setData(QVariant(0));
|
|
||||||
@@ -1489,3 +1489,3 @@
|
|
||||||
actUndoStateLoad = menu->addAction("Undo state load");
|
|
||||||
- actUndoStateLoad->setShortcut(QKeySequence(Qt::Key_F12));
|
|
||||||
+ actUndoStateLoad->setShortcut(QKeySequence(Qt::CTRL | Qt::Key_8));
|
|
||||||
connect(actUndoStateLoad, &QAction::triggered, this, &MainWindow::onUndoStateLoad);
|
|
|
@ -35,5 +35,3 @@ modules:
|
||||||
commit: 430de6b2702bb93faa8c2004aff3fbd084db4a1e
|
commit: 430de6b2702bb93faa8c2004aff3fbd084db4a1e
|
||||||
- type: file
|
- type: file
|
||||||
path: net.kuribo64.melonDS.appdata.xml
|
path: net.kuribo64.melonDS.appdata.xml
|
||||||
- type: patch
|
|
||||||
path: hotkeys.patch
|
|
||||||
|
|
Loading…
Reference in a new issue