mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-03-25 20:20:21 -06:00
9 lines
114 B
C++
9 lines
114 B
C++
#include "libc.h"
|
|
|
|
#include <debug.h>
|
|
|
|
|
|
namespace Core::Libraries::LibC {
|
|
|
|
|
|
}; // namespace Core::Libraries::LibC
|