Lime3DS/src
wwylele 3cc460ab34 shader_jit: change passing ShaderSetup to passing uniforms struct into the program
We are going to add private memebers to ShaderSetup, which forbids the usage of offsetof. The JIT program only use the uniform part of the setup, so we can just isolate it.
2018-04-17 09:35:43 +03:00
..
audio_core Replace format specifiers for all usages of ASSERT_MSG 2018-03-27 23:28:42 +08:00
citra default_ini: remove space in custom_layout 2018-04-08 21:48:07 -05:00
citra_qt citra-qt: Don't translate function keys in InitializeHotkeys() 2018-04-16 12:37:13 +02:00
common [quick-fix]file-util: fmtlib errors on FILE* type parameter. Explicitly cast it to void* 2018-04-06 13:35:37 +03:00
core Merge pull request #3656 from lioncash/relocate 2018-04-15 10:34:14 +01:00
dedicated_room citra-room: Use the default OpenGL loader instead of SDL_GL_GetProcAddress 2018-04-06 20:27:47 +01:00
input_common input_common: Migrate logging macros 2018-03-25 17:46:02 +08:00
network NWM_UDS:: Check flags in SendTo (#3481) 2018-03-27 15:01:29 +03:00
tests Update the entire application to use the new clang format style 2018-03-09 10:54:43 -07:00
video_core shader_jit: change passing ShaderSetup to passing uniforms struct into the program 2018-04-17 09:35:43 +03:00
web_service verify_login: Make VerifyLogin exceptionless 2018-03-28 21:34:21 -04:00
.clang-format Remove special rules for Windows.h and library includes 2016-09-21 00:16:33 -07:00
CMakeLists.txt Network: Added an executable to host an dedicated room for local wifi 2018-03-09 19:11:32 +01:00