also update the readme a bit while we're at it
This commit is contained in:
parent
8151fbc953
commit
0b0dd82968
|
@ -2,7 +2,7 @@
|
||||||
<h2 align="center"><b>melonDS</b></h2>
|
<h2 align="center"><b>melonDS</b></h2>
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a href="http://melonds.kuribo64.net/" alt="melonDS website"><img src="https://img.shields.io/badge/website-melonds.kuribo64.net-%2331352e.svg"></a>
|
<a href="http://melonds.kuribo64.net/" alt="melonDS website"><img src="https://img.shields.io/badge/website-melonds.kuribo64.net-%2331352e.svg"></a>
|
||||||
<a href="http://melonds.kuribo64.net/downloads.php" alt="Release: 0.7"><img src="https://img.shields.io/badge/release-0.7-%235c913b.svg"></a>
|
<a href="http://melonds.kuribo64.net/downloads.php" alt="Release: 0.7.1"><img src="https://img.shields.io/badge/release-0.7.1-%235c913b.svg"></a>
|
||||||
<a href="https://www.gnu.org/licenses/gpl-3.0" alt="License: GPLv3"><img src="https://img.shields.io/badge/License-GPL%20v3-%23ff554d.svg"></a>
|
<a href="https://www.gnu.org/licenses/gpl-3.0" alt="License: GPLv3"><img src="https://img.shields.io/badge/License-GPL%20v3-%23ff554d.svg"></a>
|
||||||
<a href="https://kiwiirc.com/client/irc.badnik.net/?nick=IRC-Source_?#melonds" alt="IRC channel: #melonds"><img src="https://img.shields.io/badge/IRC%20chat-%23melonds-%23dd2e44.svg"></a>
|
<a href="https://kiwiirc.com/client/irc.badnik.net/?nick=IRC-Source_?#melonds" alt="IRC channel: #melonds"><img src="https://img.shields.io/badge/IRC%20chat-%23melonds-%23dd2e44.svg"></a>
|
||||||
</p>
|
</p>
|
||||||
|
@ -52,14 +52,13 @@ Build system is not set in stone.
|
||||||
## TODO LIST
|
## TODO LIST
|
||||||
|
|
||||||
* improve libui and the emulator UI
|
* improve libui and the emulator UI
|
||||||
* fix occasional sound crackling in games that use surround (timing issue?)
|
* hardware renderer for 3D (w/ upscaling and fancy shit)
|
||||||
* support for rendering screens to separate windows
|
* support for rendering screens to separate windows
|
||||||
* emulating some fancy addons
|
* emulating some fancy addons
|
||||||
* other non-core shit (debugger, graphics viewers, cheat crapo, etc)
|
* other non-core shit (debugger, graphics viewers, cheat crapo, etc)
|
||||||
|
|
||||||
### TODO LIST FOR LATER
|
### TODO LIST FOR LATER
|
||||||
|
|
||||||
* hardware renderer for 3D (w/ upscaling and fancy shit)
|
|
||||||
* better wifi
|
* better wifi
|
||||||
* maybe emulate flashcarts or other fancy hardware
|
* maybe emulate flashcarts or other fancy hardware
|
||||||
* big-endian compatibility (Wii, etc)
|
* big-endian compatibility (Wii, etc)
|
||||||
|
|
Loading…
Reference in New Issue