mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 23:15:18 +00:00
Headers cleanup
This commit is contained in:
parent
63147fdede
commit
cd87a64621
361 changed files with 211 additions and 558 deletions
|
|
@ -1,14 +1,11 @@
|
|||
#include "stdafx.h"
|
||||
#include "GLVertexProgram.h"
|
||||
|
||||
#include "Emu/System.h"
|
||||
#include "Emu/system_config.h"
|
||||
|
||||
#include "GLCommonDecompiler.h"
|
||||
#include "../Program/GLSLCommon.h"
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
std::string GLVertexDecompilerThread::getFloatTypeName(usz elementCount)
|
||||
{
|
||||
return glsl::getFloatTypeNameImpl(elementCount);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue