12218 Commits (bf4cca951069fdcda3cd0bbf5d5b9be7fa55209f)
 

Author SHA1 Message Date
Zach Hilman 5432bbea4c Merge pull request #2550 from lioncash/frontend 7 years ago
bunnei 69d0f742d8 Merge pull request #2551 from lioncash/dtor 7 years ago
Lioncash fb580dcda2 yuzu/configuration: Make all widgets and dialogs aware of language changes 7 years ago
ReinUsesLisp fd392543e8 shader: Use shared_ptr to store nodes and move initialization to file 7 years ago
bunnei 72f09c55a8 Merge pull request #2520 from ReinUsesLisp/vulkan-refresh 7 years ago
bunnei c371527ae8 Merge pull request #2540 from ReinUsesLisp/remove-guest-position 7 years ago
bunnei 958729a303 Merge pull request #2419 from DarkLordZach/srv-lr-iface 7 years ago
bunnei 02f5a7327c Merge pull request #2521 from lioncash/naming 7 years ago
bunnei 94cf5f427a Merge pull request #2512 from ReinUsesLisp/comp-indexing 7 years ago
Lioncash 783b996dcd service/ns: Add missing override specifiers 7 years ago
Lioncash 3a5708eeaa yuzu/CMakeLists: Disable implicit QString->QUrl conversions 7 years ago
Zach Hilman 70c78f611b Merge pull request #2526 from lioncash/global 7 years ago
Zach Hilman 4facf2a3ee Merge pull request #2545 from lioncash/timing 7 years ago
Zach Hilman e17b4e1d95 Merge pull request #2541 from lioncash/input 7 years ago
Lioncash 12b32a058b yuzu/CMakeLists: Disable unsafe overloads of QProcess' start() function 7 years ago
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