Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rlaphoenix/desmumar
DeSmuME Aspect Ratio is an automated aspect ratio based resizing method for DeSmuME for playing in specific Aspect Ratio's.
https://github.com/rlaphoenix/desmumar
desmume emulation emulator nintendo nintendo-ds
Last synced: 2 days ago
JSON representation
DeSmuME Aspect Ratio is an automated aspect ratio based resizing method for DeSmuME for playing in specific Aspect Ratio's.
- Host: GitHub
- URL: https://github.com/rlaphoenix/desmumar
- Owner: rlaphoenix
- License: gpl-3.0
- Created: 2019-05-21T18:43:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-29T15:03:20.000Z (almost 2 years ago)
- Last Synced: 2023-03-06T05:41:41.950Z (over 1 year ago)
- Topics: desmume, emulation, emulator, nintendo, nintendo-ds
- Language: C#
- Homepage:
- Size: 59.6 KB
- Stars: 14
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# DeSmuMAR
[![.NET version tests](https://img.shields.io/github/actions/workflow/status/rlaphoenix/desmumar/build.yml?branch=master)](https://github.com/rlaphoenix/desmumar/releases)
DeSmuME Aspect Ratio is an automated aspect ratio based resizing method for DeSmuME for playing in specific Aspect Ratio's.
Supports DeSmuME v0.9.12+. May support v0.9.11 if compiled around 2020 onwards, and not the original 2015 release.
## Installation
1. Download and install the [.NET 6.0 Runtime] if not yet installed.
2. Download [DeSmuME] v0.9.12 or newer and extract the zip files.
(If the exe filename is e.g., `DeSmuME_0.9.13_x64.exe`, rename it to `DeSmuME.exe`)
3. Download [DeSmuMAR] and extract the files into the same folder as DeSmuME.
[.NET 6.0 Runtime]:
[DeSmuME]:
[DeSmuMAR]:## Usage
It's intended to be used as a wrapper. Use `DeSmuMAR.exe` exactly as you would `DeSmuME.exe`; feel free to use it as the `.nds` file extension association, as DeSmuME shortcuts, rename that shortcut to anything (e.g. `DeSmuME`), etc.
DeSmuMAR will only ask you the configuration you wish to use at first launch. If you wish to make changes, then you will need to manually edit the `DeSmuMAR.ini` settings file next to `DeSmuMAR.exe`. You may also delete the settings file and re-launch for it to re-ask you.
All DeSmuMAR actually does is take into consideration the chosen aspect ratio, resolution (as height) and DeSmuME's current display size and resizes the window accordingly. Sadly DeSmuME has no real support for setting an aspect ratio.
## Credits
The Icon file [DeSmuME.ico] is owned by [@TASVideos] of the [DeSmuME] project and is used to feel more like a Wrapper of DeSmuME when used as a shortcut or file type association.
[DeSmuME.ico]:
[DeSmuME]:
[@TASVideos]:## License
This project uses the GNU General Public License v3.0 (GPLv3). By using this project in any way you agree you the terms of the License.
You can view the license on [Choose-a-License] (for an overview and explanation) or the [LICENSE] file included with this project.[Choose-a-License]:
[LICENSE]: