diff options
author | 2019-05-16 09:17:00 +0900 | |
---|---|---|
committer | 2019-05-15 20:17:00 -0400 | |
commit | ab8dbd3db0f69c61140c6c5d61080dcbab268138 (patch) | |
tree | 2116c14b7f5b0aab09eb3493b32da4dfd213544c /3rdparty/README.md | |
parent | 17ff4768526cf5ba9d0c97d0a048afaf05dbc0b5 (diff) |
Partial support for encrypted audio in k573dio (Konami System 573 Digital I/O) (#5055)
* Add support for pcnfrk2m - Percussion Freaks 2nd Mix (GE912 VER. KAA)
* WIP audio for k573dio
* WIP
* Move 3rd party library to 3rdparty folder
* Use MAME's BIT and bitswap
* Fix regression which caused songs to stutter/lag when they should have been read completely in one shot
* Replace gain_to_db switch with equivalent math
Diffstat (limited to '3rdparty/README.md')
-rw-r--r-- | 3rdparty/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/3rdparty/README.md b/3rdparty/README.md index 9eaf693124a..4bf33b70a97 100644 --- a/3rdparty/README.md +++ b/3rdparty/README.md @@ -38,6 +38,8 @@ luafilesystem - [The MIT License (MIT)](http://opensource.org/licenses/MIT) lzma - [The GNU Lesser General Public License](http://opensource.org/licenses/LGPL-2.1) +minimp3 - [Creative Commons Zero v1.0 Universal](https://creativecommons.org/publicdomain/zero/1.0/) + nanosvg - [zlib license](http://opensource.org/licenses/Zlib) portaudio - [The MIT License (MIT)](http://opensource.org/licenses/MIT) explanation at [their site](http://www.portaudio.com/license.html) |