Commit History

Author SHA1 Message Date
  Lioncash d7d5bffa18 yuzu/CMakeLists: Disable implicit QString->QUrl conversions 7 years ago
  Lioncash 5b93290183 yuzu/CMakeLists: Disable unsafe overloads of QProcess' start() function 7 years ago
  Lioncash b5e1e87922 yuzu/CMakeLists: Disable implicit type narrowing in connect() calls 7 years ago
  Zach Hilman 2beaaa35c5 Merge pull request #2510 from SciresM/desired_language 7 years ago
  Zach Hilman 1eb979221f Merge pull request #2527 from lioncash/index 7 years ago
  Zach Hilman dd4fe0dab1 Merge pull request #2534 from ReinUsesLisp/shader-cleanup 7 years ago
  Zach Hilman 433ca686a8 Merge pull request #2531 from ReinUsesLisp/qt-warnings 7 years ago
  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
  ReinUsesLisp e72b9044a0 gl_shader_cache: Store a system class and drop global accessors 7 years ago
  ReinUsesLisp ad321564ed gl_shader_cache: Add commentaries explaining the intention in shaders creation 7 years ago
  ReinUsesLisp 838b6d2ff8 gl_shader_cache: Flip if condition in GetStageProgram to reduce indentation 7 years ago