citra-shitamoto-network/src
Jan Beich bb3decb983 video_core: don't use NULL for non-pointer after a7d3489dc9
src/video_core/renderer_opengl/texture_filters/bicubic/bicubic.cpp:51:86: error: cannot initialize a parameter of type 'GLuint' (aka 'unsigned int') with an rvalue of type 'nullptr_t'
    glFramebufferTexture2D(GL_DRAW_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, NULL, 0);
                                                                                     ^~~~
src/video_core/renderer_opengl/texture_filters/xbrz/xbrz_freescale.cpp:95:86: error: cannot initialize a parameter of type 'GLuint' (aka 'unsigned int') with an rvalue of type 'nullptr_t'
    glFramebufferTexture2D(GL_DRAW_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, NULL, 0);
                                                                                     ^~~~
/usr/include/sys/_null.h:37:14: note: expanded from macro 'NULL'
 #define NULL    nullptr
                 ^~~~~~~
2020-03-19 00:10:43 +00:00
..
android android: add logging 2019-03-09 18:23:32 -06:00
audio_core fix formatting for media-ndk 2020-03-17 21:15:33 -05:00
citra video_core: add texture filtering (#5017) 2020-03-16 09:42:05 -05:00
citra_qt video_core: add texture filtering (#5017) 2020-03-16 09:42:05 -05:00
common Merge pull request #5062 from FearlessTobi/port-3173 2020-02-10 12:10:45 +08:00
core CFG: Let GetSystemModel report model based on Settings:is_new_3ds (#5104) 2020-03-16 20:05:06 +01:00
dedicated_room Fix moderation by room host in dedicated rooms 2019-11-17 09:59:54 -05:00
input_common Fix compilation 2020-02-10 12:10:42 +01:00
network network/room: add message/join/leave/kick/ban/unban/game name logging 2019-11-03 09:55:38 -05:00
tests core: Add support for N3DS memory mappings (#5103) 2020-02-29 19:48:27 +01:00
video_core video_core: don't use NULL for non-pointer after a7d3489dc9 2020-03-19 00:10:43 +00:00
web_service HTTP_C::Implement Context::MakeRequest (#4754) 2020-02-21 19:04:04 +01:00
.clang-format add java to .clang-format 2019-02-22 16:29:19 -06:00
CMakeLists.txt Remove C++ standard flag 2020-02-21 16:45:02 -06:00