summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | input_common/sdl/sdl_impl: Convert reinterpret_cast into a static_castGravatar Lioncash2019-06-031-2/+4
| * | | | | | | | | input_common/sdl/sdl_impl: Use insert_or_assign() where applicableGravatar Lioncash2019-06-031-3/+3
| * | | | | | | | | input_common/sdl/sdl_impl: Simplify SDL_Joystick deleter handlingGravatar Lioncash2019-06-031-15/+14
| * | | | | | | | | input_common/sdl/sdl_impl: Resolve two sign conversion warningsGravatar Lioncash2019-06-031-10/+16
| * | | | | | | | | input_common/sdl: Remove unused header includes and forward declarationsGravatar Lioncash2019-06-033-11/+5
| * | | | | | | | | input_common/sdl/sdl_impl: Use nested namespace specifiers where applicableGravatar Lioncash2019-06-031-5/+2
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #2510 from SciresM/desired_languageGravatar Zach Hilman2019-06-0510-402/+1081
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | |
| * | | | | | | | Fix bitmask logic inversionGravatar Michael Scire2019-05-231-2/+1
| * | | | | | | | fix introduced clang-format errorsGravatar Michael Scire2019-05-231-3/+2
| * | | | | | | | Address review commentsGravatar Michael Scire2019-05-236-47/+120
| * | | | | | | | clang-format fixesGravatar Michael Scire2019-05-234-31/+32
| * | | | | | | | Implement IApplicationFunctions::GetDesiredLanguageGravatar Michael Scire2019-05-239-403/+1010
* | | | | | | | | Merge pull request #2527 from lioncash/indexGravatar Zach Hilman2019-06-055-34/+16
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | yuzu/software_keyboard: Remove unnecessary GetStatus() member functionGravatar Lioncash2019-05-293-10/+1
| * | | | | | | | | profile_select: Remove unnecessary GetStatus() member functionGravatar Lioncash2019-05-293-18/+8
| * | | | | | | | | profile_select: Return int instead of u32 for GetIndex()Gravatar Lioncash2019-05-293-8/+9
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #2534 from ReinUsesLisp/shader-cleanupGravatar Zach Hilman2019-06-052-31/+36
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | gl_shader_cache: Store a system class and drop global accessorsGravatar ReinUsesLisp2019-05-302-7/+9
| * | | | | | | | | gl_shader_cache: Add commentaries explaining the intention in shaders creationGravatar ReinUsesLisp2019-05-301-0/+2
| * | | | | | | | | gl_shader_cache: Flip if condition in GetStageProgram to reduce indentationGravatar ReinUsesLisp2019-05-301-25/+26
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge pull request #2531 from ReinUsesLisp/qt-warningsGravatar Zach Hilman2019-06-053-15/+15
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | qt: Silence name collision warningsGravatar ReinUsesLisp2019-05-293-15/+15
* | | | | | | | | | Merge pull request #2515 from lioncash/narrowingGravatar Zach Hilman2019-06-051-6/+5
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | yuzu/configuration/configure_graphics: Eliminate type narrowing in a connect ...Gravatar Lioncash2019-05-241-6/+5
* | | | | | | | | | | Merge pull request #2536 from lioncash/cacheGravatar Zach Hilman2019-06-051-36/+26
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | game_list_worker: Use QFile over our own IOFile instance or std streamsGravatar Lioncash2019-05-301-28/+24
| * | | | | | | | | | | game_list_worker: Remove template specializationsGravatar Lioncash2019-05-301-8/+2
* | | | | | | | | | | | Merge pull request #2529 from lioncash/bootGravatar Rodrigo Locatti2019-06-044-44/+61
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | |
| * | | | | | | | | | | yuzu/bootmanager: Log out screenshot destination pathGravatar Lioncash2019-06-031-6/+11
| * | | | | | | | | | | yuzu/bootmanager: Treat the resolution factor as a u32Gravatar Lioncash2019-06-034-16/+25
| * | | | | | | | | | | yuzu/bootmanager: Default EmuThread's destructor in the cpp fileGravatar Lioncash2019-06-032-1/+4
| * | | | | | | | | | | yuzu/bootmanager: unsigned -> u32Gravatar Lioncash2019-06-032-11/+11
| * | | | | | | | | | | yuzu/bootmanager: Change false literal to 0 for setSwapInterval()Gravatar Lioncash2019-06-031-1/+1
| * | | | | | | | | | | yuzu/bootmanager: Remove pointer downcast in GRenderWindow's constructorGravatar Lioncash2019-06-032-4/+3
| * | | | | | | | | | | yuzu/bootmanager: Remove unnecessary pointer castsGravatar Lioncash2019-06-031-5/+6
| | |_|_|_|_|_|/ / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #2525 from FearlessTobi/remove-unused-settingsGravatar Mat M2019-06-043-170/+44
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | yuzu: Remove unused birthday settingGravatar fearlessTobi2019-05-293-170/+44
| | |_|_|/ / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | shader_bytecode: Mark EXIT as flow instructionGravatar Fernando Sahmkow2019-06-041-1/+1
| |/ / / / / / / / / |/| | | | | | | | |
* | | | | | | | | | input_common/sdl/sdl_impl: Silence sign conversion warningsGravatar Lioncash2019-05-311-3/+3
* | | | | | | | | | common/math_util: Provide a template deduction guide for Common::RectangleGravatar Lioncash2019-05-311-0/+3
| |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | Merge pull request #1931 from DarkLordZach/mii-database-1Gravatar bunnei2019-05-3018-127/+1157
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | mii_manager: Fix incorrect loop condition in mii UUID generation codeGravatar Zach Hilman2019-04-253-2/+3
| * | | | | | | | | profile_select: Port Service::Account::UUID to Common::UUIDGravatar Zach Hilman2019-04-259-29/+27
| * | | | | | | | | mii: Implement Delete and Destroy fileGravatar Zach Hilman2019-04-254-13/+122
| * | | | | | | | | mii: Implement IsUpdated command (IPC 0)Gravatar Zach Hilman2019-04-253-9/+34
| * | | | | | | | | mii_manager: Cleanup and optimizationGravatar Zach Hilman2019-04-255-39/+55
| * | | | | | | | | mii: Implement IDatabaseService commands using MiiManagerGravatar Zach Hilman2019-04-252-15/+244
| * | | | | | | | | mii: Add MiiManager class to manage Mii databaseGravatar Zach Hilman2019-04-252-0/+622
| * | | | | | | | | common: Extract UUID to its own classGravatar Zach Hilman2019-04-256-78/+108
* | | | | | | | | | Merge pull request #2431 from DarkLordZach/game-list-cacheGravatar bunnei2019-05-305-7/+133
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | |