mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2024-11-14 21:37:42 -07:00
* readme update
* remove TODO that has already been done
This commit is contained in:
parent
02f989d3d8
commit
785716ac41
@ -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.3"><img src="https://img.shields.io/badge/release-0.7.3-%235c913b.svg"></a>
|
<a href="http://melonds.kuribo64.net/downloads.php" alt="Release: 0.7.4"><img src="https://img.shields.io/badge/release-0.7.4-%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>
|
||||||
|
@ -1334,8 +1334,6 @@ void GPU2D::DrawPixel(u32* dst, u16 color, u32 flag)
|
|||||||
|
|
||||||
void GPU2D::DrawBG_3D(u32 line, u32* dst)
|
void GPU2D::DrawBG_3D(u32 line, u32* dst)
|
||||||
{
|
{
|
||||||
// TODO: check if window can prevent blending from happening
|
|
||||||
|
|
||||||
u32* src = GPU3D::GetLine(line);
|
u32* src = GPU3D::GetLine(line);
|
||||||
u8* windowmask = (u8*)&dst[256*2];
|
u8* windowmask = (u8*)&dst[256*2];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user