6932 Commits (c5b3c8d06bcfa343b2cecbfc60b3530b306ebe88)

Author SHA1 Message Date
David Marcec 17455b7222 file_sys: Update SystemVersion archive to version 10.0.2 6 years ago
David Marcec 6f0360690b nv_flinger: Use enum for pixel format instead of u32 6 years ago
Morph b73f678ee8 frontend: Set minimum window size to 640x360 instead of 1280x720 (#3413) 6 years ago
bunnei bba54e1880 time_zone: Use std::chrono::seconds for strong typing. 6 years ago
David Marcec a79f060ea2 hid: Clear keyboard states & fix logic issue 6 years ago
bunnei 3c8cd62b0d hle: service: time_zone_manager: Use current time zone setting. 6 years ago
bunnei 988e42a3f5 core: settings: Add a setting for time zone. 6 years ago
bunnei 47b97b9577 service: fsp_srv: Stub implementation of OpenMultiCommitManager. 6 years ago
bunnei ab9ddab0a2 file_sys: savefata_factory: Update to support DeviceSaveData. 6 years ago
bunnei 9c065c013e file_sys: control_metadata: Expose device_save_data_size. 6 years ago
David Marcec ecc8ccc9d3 Stub SendKeyboardLockKeyEvent 6 years ago
James Rowe bc30a591ba
Replace externals with Conan (#3735) 6 years ago
Lioncash 4620580245 kernel/memory: Remove #pragma once within cpp file 6 years ago
Lioncash 1ecaa86a52 kernel/memory: Remove unused includes 6 years ago
Lioncash a2e61e6542 kernel/memory: Remove unused variables in memory_block_manager 6 years ago
Lioncash 26aee55aef kernel/memory: Make use of std::array consistently in address_space_info 6 years ago
Lioncash dfa582169b kernel/memory: Resolve -Wshadow warnings 6 years ago
Lioncash 93c083aef1 kernel/memory: Amend potential encoding warnings 6 years ago
Lioncash 0ec07e8763 hle_ipc: Eliminate core memory globals 6 years ago
Morph 3cfa7a89e0
settings: Add anisotropic filtering level to the yuzu configuration log (#3875) 6 years ago
bunnei c49f51eaf1
Update src/core/hle/service/am/am.cpp 6 years ago
Lioncash aabf5b2059 readable_event: Remove unnecessary semicolon in Signal() 6 years ago
David Marcec d5a69ecb68 nvdrv: Fix GetGpuTime stack corruption 6 years ago
David Marcec 8850d85341 am: IHomeMenuFunctions:GetPopFromGeneralChannelEvent 6 years ago
Jason Parker 4b16e93f1a caps:su Stub out SetShimLibraryVersion 6 years ago
David Marcec 78e5f162e2 fs-srv: GetFreeSpaceSize & GetTotalSpaceSize 6 years ago
David Marcec 55e423c8b6 nim: CreateServerInterface, CreateAccessorInterface, CreateAsyncInterface 6 years ago
David Marcec 738140fdd8 caps: Add missing service names to caps:su 6 years ago
David Marcec 10804d6d0e am: GetFriendInvitationStorageChannelEvent 6 years ago
David Marcec 973c40b63e psm: Mark as debug instead of warning 6 years ago
David Marcec 9acd336422 am: Properly implement GetDisplayVersion 6 years ago
David Marcec 8bddc750e2 am: IsVrModeEnabled & SetVrModeEnabled fixes 6 years ago
David Marcec 1417849a2b acc: Return a unique value per account for GetAccountId 6 years ago
David Marcec 1fbc341aba acc: Fix InitializeApplicationInfo 6 years ago
David Marcec b6538c3e7c kernel: Don't fail silently 6 years ago
David Marcec b4dbf1b9c7 Don't fail silently for vi, sm, set and ns services 6 years ago
David Marcec 2261cf24af kernel: Bad GetInfo ids should not be marked as stubs 6 years ago
David Marcec fdbeb90bd0 Updated comment to reflect ListQualifiedUsers better 6 years ago
David Marcec 0f6064e5c9 style: Change AMs & Glues error codes to be dec instead of hex 6 years ago
David Marcec 1276e425d2 marked stubs 6 years ago
David Marcec a17813c4f4 account: ListQualifiedUsers 6 years ago
David Marcec fb51a655b8 Audin:u ListAudioIns, OpenAudioIn, ListAudioInsAuto, OpenAudioInAuto, ListAudioInsAutoFiltered, OpenAudioInProtocolSpecified 6 years ago
M&M c1ffaa8b29 services: hid: Stub StopSevenSixAxisSensor. 6 years ago
David Marcec 03a6f3b0f4 vi: Don't let uninitialized data pass as a response for SetBufferCount 6 years ago
Lioncash cc84b48ce5 physical_core: Make use of std::make_unique instead of std::make_shared in ctor 6 years ago
Lioncash ce7c02735e shared_memory: Amend doxygen reference 6 years ago
Lioncash 4730347f8e svc: Re-add MapProcessCodeMemory/UnmapProcessCodeMemory 6 years ago
Lioncash bed4865981 svc: Remove unused variable 6 years ago
Lioncash f77b5dfe81 page_table: Remove unused captures 6 years ago
bunnei ff0c49e1ce
kernel: memory: Improve implementation of device shared memory. (#3707) 6 years ago