mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-04 22:11:18 +12:00
Linux: Always use libpng from system (#381)
* Always use system libpng on Linux * Remove dependency on boost-crc in DSU (reuse existing implementation)
This commit is contained in:
parent
753040f73a
commit
665a34e518
5 changed files with 24 additions and 15 deletions
|
@ -234,6 +234,7 @@ void ppcAsmTest();
|
|||
void gx2CopySurfaceTest();
|
||||
void ExpressionParser_test();
|
||||
void FSTVolumeTest();
|
||||
void CRCTest();
|
||||
|
||||
void unitTests()
|
||||
{
|
||||
|
@ -241,6 +242,7 @@ void unitTests()
|
|||
gx2CopySurfaceTest();
|
||||
ppcAsmTest();
|
||||
FSTVolumeTest();
|
||||
CRCTest();
|
||||
}
|
||||
|
||||
int mainEmulatorHLE()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue