12103 Commits (9db53b51b63c0468d5ba74aae702f776cdf9ca8c)
 

Author SHA1 Message Date
Lioncash 5b4f92ca79 yuzu/CMakeLists: Disable implicit type narrowing in connect() calls 7 years ago
Lioncash 5bcab18c77 yuzu/configuration: Make function naming consistent 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
Lioncash c23f162111 kernel/process: Remove unused boost header include 7 years ago
Zach Hilman 5f6dba8ece game_list: Accept *.kip as a file extension of executables 7 years ago
Zach Hilman fd67e22b25 loader: Add recognition for KIP file type 7 years ago
Zach Hilman ef42e591df loader: Add KIP and INI file parser-specific errors 7 years ago
Zach Hilman 6fb2fa51eb loader: Add AppLoader_KIP for KIP files 7 years ago
Zach Hilman 04a69eb6c7 program_metadata: Add function to load meta from raw parameters 7 years ago
Zach Hilman 8662c6d579 partition_data_manager: Remove KIP processing and use FileSys 7 years ago
Zach Hilman 48bb330ad1 file_sys: Add classes to parse KIP1 and INI1 files 7 years ago
Rodrigo Locatti 6bfe76b9a9 Merge pull request #2529 from lioncash/boot 7 years ago
Lioncash debd00b300 core/core_timing_util: Amend casing of cyclesTo* functions 7 years ago
Lioncash 97882b84a8 core/core_timing_util: Use std::chrono types for specifying time units 7 years ago
Lioncash c5d6bd7f15 core/core_timing_utils: Simplify overload set 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
ReinUsesLisp ebbc9d3ee1 gl_shader_decompiler: Remove guest "position" varying 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