11758 Commits (e17b4e1d953ae0867b35fa0470545ae3472fd76b)
 

Author SHA1 Message Date
Zach Hilman e17b4e1d95 Merge pull request #2541 from lioncash/input 7 years ago
Zach Hilman 28ca105671 Merge pull request #2510 from SciresM/desired_language 7 years ago
Zach Hilman 436a453514 Merge pull request #2527 from lioncash/index 7 years ago
Zach Hilman c37c5f2262 Merge pull request #2534 from ReinUsesLisp/shader-cleanup 7 years ago
Zach Hilman b650b97995 Merge pull request #2531 from ReinUsesLisp/qt-warnings 7 years ago
Zach Hilman 985da7236f Merge pull request #2515 from lioncash/narrowing 7 years ago
Zach Hilman d51501ffdf Merge pull request #2532 from ShalokShalom/patch-2 7 years ago
Zach Hilman 5a5829b5ba Merge pull request #2536 from lioncash/cache 7 years ago
Rodrigo Locatti 6bfe76b9a9 Merge pull request #2529 from lioncash/boot 7 years ago
Mat M 3249558b9d Merge pull request #2525 from FearlessTobi/remove-unused-settings 7 years ago
Hexagon12 d7b2f55430 Merge pull request #2543 from FernandoS27/exit-flow 7 years ago
Fernando Sahmkow a8250f511b shader_bytecode: Mark EXIT as flow instruction 7 years ago
Lioncash c10e37ddbf input_common/sdl/sdl_impl: Correct logging string in SDLState constructor 7 years ago
Lioncash f7b6090635 input_common/sdl/sdl_impl: Move documentation comments to header where applicable 7 years ago
Lioncash ac88c3d84d input_common/sdl/sdl_impl: Amend names for axes for SDLAnalogPoller 7 years ago
Lioncash 4124d77186 input_common/sdl/sdl_impl: Mark variables const where applicable 7 years ago
Lioncash 5b89bf78b8 input_common/sdl/sdl_impl: Mark SDLEventToButtonParamPackage() as static 7 years ago
Lioncash f0a45d70a8 input_common/sdl/sdl_impl: Convert reinterpret_cast into a static_cast 7 years ago
Lioncash ed90a754c5 input_common/sdl/sdl_impl: Use insert_or_assign() where applicable 7 years ago
Lioncash f51bbb791d input_common/sdl/sdl_impl: Simplify SDL_Joystick deleter handling 7 years ago
Lioncash 14fb03b99b input_common/sdl/sdl_impl: Resolve two sign conversion warnings 7 years ago
Lioncash 24f0967a65 input_common/sdl: Remove unused header includes and forward declarations 7 years ago
Lioncash 5438937cee input_common/sdl/sdl_impl: Use nested namespace specifiers where applicable 7 years ago
Lioncash e1a9cc2889 yuzu/bootmanager: Log out screenshot destination path 7 years ago
Lioncash 564f80d4fd yuzu/bootmanager: Treat the resolution factor as a u32 7 years ago
Lioncash c0600099bd yuzu/bootmanager: Default EmuThread's destructor in the cpp file 7 years ago
Lioncash 982ebbb022 yuzu/bootmanager: unsigned -> u32 7 years ago
Lioncash 0cbdedd429 yuzu/bootmanager: Change false literal to 0 for setSwapInterval() 7 years ago
Lioncash 8d120b9121 yuzu/bootmanager: Remove pointer downcast in GRenderWindow's constructor 7 years ago
Lioncash 531072e387 yuzu/bootmanager: Remove unnecessary pointer casts 7 years ago
Lioncash cbbf86ba97 input_common/sdl/sdl_impl: Silence sign conversion warnings 7 years ago
Lioncash f2551410bf common/math_util: Provide a template deduction guide for Common::Rectangle 7 years ago
Lioncash a1874b586a game_list_worker: Use QFile over our own IOFile instance or std streams 7 years ago
Lioncash 7e7505d5a0 game_list_worker: Remove template specializations 7 years ago
bunnei a42ca86140 Merge pull request #1931 from DarkLordZach/mii-database-1 7 years ago
bunnei 31f43225bc Merge pull request #2431 from DarkLordZach/game-list-cache 7 years ago
ReinUsesLisp ca5758de77 gl_shader_cache: Store a system class and drop global accessors 7 years ago
ReinUsesLisp 07e1a695c8 gl_shader_cache: Add commentaries explaining the intention in shaders creation 7 years ago
ReinUsesLisp 165b4307ea gl_shader_cache: Flip if condition in GetStageProgram to reduce indentation 7 years ago
Zach Hilman 99e5ba2e98 main: Remove extraneous comment 7 years ago
ShalokShalom 19ddb3358e Remove outdated info about compability 7 years ago
ReinUsesLisp 0d80feda2d qt: Silence name collision warnings 7 years ago
fearlessTobi 5dc330f1ef yuzu: Remove unused birthday setting 7 years ago
bunnei fe5f59d53d Merge pull request #2446 from ReinUsesLisp/tid 7 years ago
bunnei cd85ef05c2 Merge pull request #2518 from ReinUsesLisp/sdl2-window 7 years ago
Lioncash a4d4b67322 yuzu/software_keyboard: Remove unnecessary GetStatus() member function 7 years ago
Lioncash 5cf1aab5a8 profile_select: Remove unnecessary GetStatus() member function 7 years ago
Lioncash 5f2adf1a9e profile_select: Return int instead of u32 for GetIndex() 7 years ago
bunnei cf1d3d3e5f Merge pull request #2519 from lioncash/sign 7 years ago
bunnei ca6c830594 Merge pull request #2524 from ReinUsesLisp/fixup-extension 7 years ago