11730 Commits (6ce5f3e1bf9c32d8a9258e10c7953380aacdda4e)
 

Author SHA1 Message Date
Zach Hilman 6ce5f3e1bf
Merge pull request #2515 from lioncash/narrowing 7 years ago
Zach Hilman dfc40a3f9e
Merge pull request #2532 from ShalokShalom/patch-2 7 years ago
Zach Hilman 4f7a1f6c8c
Merge pull request #2536 from lioncash/cache 7 years ago
Rodrigo Locatti 2ba4aa8a3b
Merge pull request #2529 from lioncash/boot 7 years ago
Mat M 55f8111543
Merge pull request #2525 from FearlessTobi/remove-unused-settings 7 years ago
Hexagon12 b35953e4fd
Merge pull request #2543 from FernandoS27/exit-flow 7 years ago
Fernando Sahmkow a32c52b1d8 shader_bytecode: Mark EXIT as flow instruction 7 years ago
Lioncash 77ce85f51d yuzu/bootmanager: Log out screenshot destination path 7 years ago
Lioncash e32bf646cf yuzu/bootmanager: Treat the resolution factor as a u32 7 years ago
Lioncash 536c9cf006 yuzu/bootmanager: Default EmuThread's destructor in the cpp file 7 years ago
Lioncash 0a650ec99e yuzu/bootmanager: unsigned -> u32 7 years ago
Lioncash 2575403acf yuzu/bootmanager: Change false literal to 0 for setSwapInterval() 7 years ago
Lioncash cfb59aad3f yuzu/bootmanager: Remove pointer downcast in GRenderWindow's constructor 7 years ago
Lioncash 49e3a6e924 yuzu/bootmanager: Remove unnecessary pointer casts 7 years ago
Lioncash e70f16fff7 input_common/sdl/sdl_impl: Silence sign conversion warnings 7 years ago
Lioncash 1edf018319 common/math_util: Provide a template deduction guide for Common::Rectangle 7 years ago
Lioncash d0d97de1e4 game_list_worker: Use QFile over our own IOFile instance or std streams 7 years ago
Lioncash de2533d389 game_list_worker: Remove template specializations 7 years ago
bunnei ed74a3cb8b
Merge pull request #1931 from DarkLordZach/mii-database-1 7 years ago
bunnei 75561d190a
Merge pull request #2431 from DarkLordZach/game-list-cache 7 years ago
Zach Hilman 9b2d38582f main: Remove extraneous comment 7 years ago
ShalokShalom e9772a2539
Remove outdated info about compability 7 years ago
fearlessTobi d9c1b94f03 yuzu: Remove unused birthday setting 7 years ago
bunnei e3608578e4
Merge pull request #2446 from ReinUsesLisp/tid 7 years ago
bunnei 665b7e8e18
Merge pull request #2518 from ReinUsesLisp/sdl2-window 7 years ago
bunnei cfd885163f
Merge pull request #2519 from lioncash/sign 7 years ago
bunnei 2eb4d27c48
Merge pull request #2524 from ReinUsesLisp/fixup-extension 7 years ago
ReinUsesLisp 21c0b4dec8 gl_device: Add commentary to AOFFI unit test source code 7 years ago
ReinUsesLisp 84928e6d67 gl_shader_gen: Always declare extensions after the version declaration 7 years ago
Zach Hilman 46e2ca5475 game_list_worker: Add better error handling to caching 7 years ago
Zach Hilman 944c07ac7d yuzu: Clear partial/full game list cache when data is updated 7 years ago
Zach Hilman f95bdb5088 game_list: Implement caching for game list 7 years ago
Zach Hilman 180f22f17e ui_settings: Add option to cache game list 7 years ago
ReinUsesLisp 37eaf39b44 emu_window: Pass OnMinimalClientAreaChangeRequest argument by copy 7 years ago
bunnei 90c9d703ba
Merge pull request #2516 from lioncash/label 7 years ago
bunnei bb248a2710
Merge pull request #2509 from lioncash/aoc 7 years ago
bunnei f97e206348
Merge pull request #2511 from lioncash/file-str 7 years ago
bunnei 91300bdfb2
Merge pull request #2517 from lioncash/hotkey 7 years ago
Lioncash 0fa039d8d0 core_timing_util: Silence sign-comparison warnings 7 years ago
Lioncash e5159cfb84 loader/nso: Silence sign-comparison warning 7 years ago
ReinUsesLisp 4b80dd23a4 yuzu_cmd: Split emu_window OpenGL implementation into its own file 7 years ago
Lioncash 88cd5e888e configure_hotkeys: Remove unnecessary Settings::Apply() call 7 years ago
Lioncash 6640f631e2 configure_hotkeys: Tidy up key sequence conflict error string 7 years ago
Lioncash d61199721d configure_hotkeys: Change critical error dialog into a warning dialog 7 years ago
Lioncash ef3c0f54d0 configure_hotkeys: Move conflict detection logic to IsUsedKey() 7 years ago
Lioncash c03fb00ac1 configure_hotkeys: Remove unused EmitHotkeysChanged() 7 years ago
Lioncash 5d645c6dd9 sequence_dialog: Reorganize the constructor 7 years ago
Lioncash 9218e347cd sequence_dialog: Remove unnecessary horizontal specifier 7 years ago
Lioncash 5a4564bd8e renderer_opengl/utils: Use a std::string_view with LabelGLObject() 7 years ago
bunnei e86d2e2e5b
Merge pull request #2513 from lioncash/string 7 years ago