citra/src
zhupengfei b078122167
citra_qt/game_list: Disable uniform row heights
This option was intended for enabling optimizations when all rows are granted to have the same height. In our case this is not true, and therefore the behavior is actually undefined. Different versions of Qt handle this differently. Newer versions of Qt tend to hide contents that are too big in height, which goes against our wishes. Thus, it's probably the best to disable this option so that things don't go wrong if we ever decide to update Qt.
2019-08-20 20:01:14 +08:00
..
android android: add logging 2019-03-09 18:23:32 -06:00
audio_core CMake, CI: Add FFmpeg library dependency 2019-08-14 09:27:03 +08:00
citra Merge pull request #4879 from tywald/accurate-gs-on 2019-08-18 15:52:45 -04:00
citra_qt citra_qt/game_list: Disable uniform row heights 2019-08-20 20:01:14 +08:00
common renderer_opengl: Add support for custom shaders (#4578) 2019-08-09 20:00:47 +02:00
core Merge pull request #4879 from tywald/accurate-gs-on 2019-08-18 15:52:45 -04:00
dedicated_room CMakeLists: Ensure we specify Unicode as the codepage on Windows 2019-07-06 14:04:18 +02:00
input_common input_common: main: Remove unnecessary HAVE_SDL2 check. 2019-07-07 11:01:00 -04:00
network Added default case for GetErrorStr, removed useless const declaration in header 2019-07-23 23:24:38 +01:00
tests kernel: Rename memory page table set function 2019-06-27 16:33:55 +02:00
video_core Merge pull request #4879 from tywald/accurate-gs-on 2019-08-18 15:52:45 -04:00
web_service core, web_service: Check for error when registering rooms 2019-04-20 12:50:14 +08:00
.clang-format add java to .clang-format 2019-02-22 16:29:19 -06:00
CMakeLists.txt Add MinGW CMake option to disable DWARF debugging information 2019-08-14 10:29:04 -05:00