mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 23:15:18 +00:00
10 lines
No EOL
100 B
C++
10 lines
No EOL
100 B
C++
#include "stdafx.h"
|
|
#ifndef __APPLE__
|
|
#include "VKGSRender.h"
|
|
|
|
VKGSRender::VKGSRender()
|
|
{
|
|
|
|
}
|
|
|
|
#endif |