shadPS4/src/core/hle/libraries/libc/libc.cpp

9 lines
114 B
C++
Raw Normal View History

2023-10-06 13:19:09 +02:00
#include "libc.h"
2023-10-06 15:05:34 +02:00
#include <debug.h>
2023-10-31 14:37:24 +01:00
namespace Core::Libraries::LibC {
2023-10-06 13:19:09 +02:00
2023-10-19 11:27:28 +02:00
2023-10-31 14:37:24 +01:00
}; // namespace Core::Libraries::LibC