From fe96944fc096d8a410b75cdd8273987322275510 Mon Sep 17 00:00:00 2001 From: Arisotura Date: Tue, 8 Mar 2022 12:03:16 +0100 Subject: insert wacky commit message --- CMakeLists.txt | 2 +- README.md | 9 ++------- src/frontend/qt_sdl/main.cpp | 2 +- src/version.h | 2 +- 4 files changed, 5 insertions(+), 10 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b2c2db4..60dac08 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,7 +16,7 @@ set(CMAKE_C_STANDARD 11) set(CMAKE_CXX_STANDARD 17) set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}) -set(MELONDS_VERSION "0.9.3") +set(MELONDS_VERSION "0.9.4") add_compile_definitions(MELONDS_VERSION="${MELONDS_VERSION}") string(REPLACE "." ";" VERSION_LIST ${MELONDS_VERSION}) # For the melon.rc file used on Windows diff --git a/README.md b/README.md index 234bc0d..028acad 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@

melonDS

- +
@@ -19,12 +19,7 @@ The goal is to do things right and fast, akin to blargSNES (but hopefully better ## How to use -melonDS requires BIOS/firmware copies from a DS. Files required: - * bios7.bin, 16KB: ARM7 BIOS - * bios9.bin, 4KB: ARM9 BIOS - * firmware.bin, 128/256/512KB: firmware - -Firmware boot requires a firmware dump from an original DS or DS Lite. +Firmware boot (not direct boot) requires a BIOS/firmware dump from an original DS or DS Lite. DS firmwares dumped from a DSi or 3DS aren't bootable and only contain configuration data, thus they are only suitable when booting games directly. ### Possible firmware sizes diff --git a/src/frontend/qt_sdl/main.cpp b/src/frontend/qt_sdl/main.cpp index 1296bb9..00135b4 100644 --- a/src/frontend/qt_sdl/main.cpp +++ b/src/frontend/qt_sdl/main.cpp @@ -1447,7 +1447,7 @@ MainWindow::MainWindow(QWidget* parent) : QMainWindow(parent) actROMInfo = menu->addAction("ROM info"); connect(actROMInfo, &QAction::triggered, this, &MainWindow::onROMInfo); - actRAMInfo = menu->addAction("RAM info"); + actRAMInfo = menu->addAction("RAM search"); connect(actRAMInfo, &QAction::triggered, this, &MainWindow::onRAMInfo); actTitleManager = menu->addAction("Manage DSi titles"); diff --git a/src/version.h b/src/version.h index e6143c2..f387820 100644 --- a/src/version.h +++ b/src/version.h @@ -19,7 +19,7 @@ #ifndef VERSION_H #define VERSION_H -#define MELONDS_URL "http://melonds.kuribo64.net/" +#define MELONDS_URL "https://melonds.kuribo64.net/" #endif // VERSION_H -- cgit v1.2.3