mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-28 13:28:01 +03:00
Fixed conflict with X11
Added tmp folder to gitignore
This commit is contained in:
parent
d8bef46c2a
commit
3ca634138d
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -33,6 +33,7 @@
|
||||||
/build
|
/build
|
||||||
/bin
|
/bin
|
||||||
/lib
|
/lib
|
||||||
|
/tmp
|
||||||
/ipch
|
/ipch
|
||||||
/rpcs3/Debug
|
/rpcs3/Debug
|
||||||
/rpcs3/Release
|
/rpcs3/Release
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
#include "stdafx.h"
|
#include "stdafx.h"
|
||||||
|
#include "Utilities/Log.h"
|
||||||
#include "rsx_gl_texture.h"
|
#include "rsx_gl_texture.h"
|
||||||
#include "gl_helpers.h"
|
#include "gl_helpers.h"
|
||||||
#include "../GCM.h"
|
#include "../GCM.h"
|
||||||
#include "../RSXThread.h"
|
#include "../RSXThread.h"
|
||||||
#include "../RSXTexture.h"
|
#include "../RSXTexture.h"
|
||||||
#include "Utilities/Log.h"
|
|
||||||
|
|
||||||
namespace rsx
|
namespace rsx
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue