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