From dc813e313eaba9da0d93c25113c70795c3c437a3 Mon Sep 17 00:00:00 2001 From: Raul Tambre Date: Sun, 13 Mar 2016 16:36:37 +0200 Subject: [PATCH] cellPngDec has been rewritten --- Roadmap.md | 1 - 1 file changed, 1 deletion(-) diff --git a/Roadmap.md b/Roadmap.md index 5d31144..b34aad7 100644 --- a/Roadmap.md +++ b/Roadmap.md @@ -10,7 +10,6 @@ Thank you for supporting RPCS3! * Rewriting OpenGL renderer, VP/FP recompiler. _[DH]_ * Implement Priority-Based Scheduler for PPU Threads. _Nekotekina_ * Implement/rewrite HLE modules: _tambre_ - * cellPngDec: Use libpng, proper decoding, other improvements, bugfixes * cellJpgDec: Use a better library, bugfixes, other improvements * cellFont: Use libtiff to properly decode and support font files * Correctly handle exceptions in `Emulator::Load()` and `Emulator::Stop()` functions. Not important.