mirror of
https://github.com/libretro/ppsspp.git
synced 2024-11-25 09:09:49 +00:00
Further fixes.
This commit is contained in:
parent
21ce99cabd
commit
285d192e83
@ -1107,6 +1107,8 @@ add_library(${CoreLibName} ${CoreLinkType}
|
|||||||
Core/HLE/scePauth.h
|
Core/HLE/scePauth.h
|
||||||
Core/HW/SimpleAT3Dec.cpp
|
Core/HW/SimpleAT3Dec.cpp
|
||||||
Core/HW/SimpleAT3Dec.h
|
Core/HW/SimpleAT3Dec.h
|
||||||
|
Core/HW/SimpleMp3Dec.cpp
|
||||||
|
Core/HW/SimpleMp3Dec.h
|
||||||
Core/HW/AsyncIOManager.cpp
|
Core/HW/AsyncIOManager.cpp
|
||||||
Core/HW/AsyncIOManager.h
|
Core/HW/AsyncIOManager.h
|
||||||
Core/HW/MediaEngine.cpp
|
Core/HW/MediaEngine.cpp
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
// Official git repository and contact information can be found at
|
// Official git repository and contact information can be found at
|
||||||
// https://github.com/hrydgard/ppsspp and http://www.ppsspp.org/.
|
// https://github.com/hrydgard/ppsspp and http://www.ppsspp.org/.
|
||||||
|
|
||||||
#include "Core/HW/SimpleMP3Dec.h"
|
#include "Core/HW/SimpleMp3Dec.h"
|
||||||
#include "Core/HW/MediaEngine.h"
|
#include "Core/HW/MediaEngine.h"
|
||||||
#include "Core/HW/BufferQueue.h"
|
#include "Core/HW/BufferQueue.h"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user