mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-04 01:02:14 +00:00
(Libxenon) Changed texture size to 512x512 - stop libxenon development
for now - no double buffering/triple buffering available - return to it when it's more mature
This commit is contained in:
parent
034c7c70fb
commit
cbfdc9cf97
@ -31,8 +31,8 @@
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#define XE_W 1024
|
||||
#define XE_H 1024
|
||||
#define XE_W 512
|
||||
#define XE_H 512
|
||||
|
||||
#define UV_BOTTOM 0
|
||||
#define UV_TOP 1
|
||||
|
Loading…
Reference in New Issue
Block a user