805 Commits (8fc806e88acb69db6cfa84ad7252a4530b67c55f)

Author SHA1 Message Date
Lioncash f5f35caf20 yuzu/config: Silence truncation warnings 7 years ago
Zach Hilman 0c5ede492f travis: Use correct package for linux Qt5WebEngine 7 years ago
Zach Hilman cb930c4b5a web_browser: Add bounds checking to applet interface 7 years ago
Zach Hilman 45da3be40e main: Add main window integrations for QtWebBrowserApplet 7 years ago
Zach Hilman e00e1fc755 qt: Implement Qt frontend to web browser 7 years ago
Lioncash f80bc712ea kernel: Rename 'default' CPU core to 'ideal' core 7 years ago
spycrab c6da772b24 Qt/Configure: Use sidebar to divide tabs into smaller groups 7 years ago
Zach Hilman c643f364b4 am: Implement GetSaveDataSize and ExtendSaveData 7 years ago
Lioncash 0c18d47348 configure_per_general: Mark UI strings as translatable in the constructor 7 years ago
Lioncash faa9110541 configure_input_simple: Make input profile array constexpr 7 years ago
Zach Hilman 9c2d83cb9c qt: Use ProfileSelectionDialog when selecting user for save data 7 years ago
Zach Hilman 4d61ac08aa qt: Add setting to prompt for user on game boot 7 years ago
David Marcec fdd649e2ef Fixed uninitialized memory due to missing returns in canary 7 years ago
zhupengfei a2be49305d yuzu, video_core: Screenshot functionality 7 years ago
Lioncash 6beb823f15 audio_core: Make g_sink_details internally linked 7 years ago
Lioncash 17b4355391 yuzu/wait_tree: Pass QString by value and std::move in the initializer list for WaitTreeText 7 years ago
Lioncash 01bf329f63 yuzu/game_list_worker: Don't retrieve the file type twice in AddFstEntriesToGameList() 7 years ago
Lioncash de095ded5c yuzu/game_list_worker: Don't retrieve file type and file type strings twice in MakeGameListEntry() 7 years ago
Zach Hilman c07059e7fd configure_input_simple: Properly signal docked mode change 7 years ago
Zach Hilman 233a804196 configure_input: Add ConfigureInputSimple as default input UI config 7 years ago
Zach Hilman 59ca8d458d configure_input: Convert into QDialog 7 years ago
Zach Hilman 20dffc22a2 configure: Use ConfigureInputSimple for Input tab 7 years ago
Zach Hilman 281b64daf4 ui_settings: Add UI setting for input profile index 7 years ago
Lioncash e90fa1ac54 configuration/config: Use an intermediary variable for accessing players 7 years ago
Lioncash a49fd7fd57 yuzu/game_list_worker: Move std::string construction after the termination check in callbacks 7 years ago
Zach Hilman f6f6503578 qt: Add Properties menu to game list right-click 7 years ago
Luke Street a3d78b77f8 debugger: Set paused thread color 7 years ago
Lioncash 5eb057f422 kernel/object: Amend handle types to distinguish between readable and writable events 7 years ago
Luke Street 3e75175d02 svc: Implement SetThreadActivity (thread suspension) 7 years ago
Zach Hilman e11e65b3d6 applets: Correct event ResetTypes from OneShot to Sticky 7 years ago
Zach Hilman bf90f2402d qt: Implement GUI dialog frontend for ProfileSelector 7 years ago
Zach Hilman 6deccc7e6b qt: Register to use Qt ProfileSelector instead of default 7 years ago
Zach Hilman 60e27252a5 qt: Add UI to display game properties and disable add-ons 7 years ago
Zach Hilman c381f46428 config: Store and load disabled add-ons list 7 years ago
Frederic Laing 6d7514ccec game_list: Remove a reference of a reference 7 years ago
Lioncash 195cad9635 yuzu/configuration: Make slots private where applicable 7 years ago
Lioncash eabfb7730d yuzu/configuration: Add missing override specifiers to configuration-related classes 7 years ago
Lioncash f3253d0f14 yuzu/configuration/configure_input: Default destructor in the cpp file 7 years ago
Lioncash db4523f1ec filesystem: De-globalize registered_cache_union 7 years ago
Lioncash 8c108eaca7 yuzu/game_list_worker: Deduplicate game list entry creation 7 years ago
Lioncash f1ecfcb8bc yuzu/game_list_worker: Tidy up string handling in FillControlMap() 7 years ago
Bartosz Kaszubowski 5f07ca3dce remove border from GameList 7 years ago
Lioncash 4b950728fd configure_input: Amend clang-format discrepancies 7 years ago
Zach Hilman a342bcc9b1 kernel/event: Reference ReadableEvent from WritableEvent 7 years ago
Zach Hilman ff610103b5 core: Port all current usages of Event to Readable/WritableEvent 7 years ago
ReinUsesLisp 22c7c710b4 gl_rasterizer: Remove extension booleans 7 years ago
Lioncash 2a22c1b27e yuzu/configure_input_player: Use std::size_t to represent the player index instead of u8 7 years ago
Lioncash 0782d3971b yuzu/configure_input: Make CallConfigureDialog a non-member template function 7 years ago
Lioncash d72c809030 file_sys/registered_cache: Use regular const references instead of std::shared_ptr for InstallEntry() 7 years ago
Lioncash 11cf13a6e1 yuzu/configure_input_player: Use a lambda expression instead of std::bind 7 years ago