Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-25 | Merge pull request #4828 from lioncash/lockguard | Rodrigo Locatti | |
general: Use template deduction guides for lock_guard | |||
2020-10-25 | general: Use template deduction guides for lock_guard | Lioncash | |
Same behavior, less code. | |||
2020-10-22 | Merge pull request #4792 from bunnei/rtc-fix | bunnei | |
service: time: Update current time with changes to RTC setting. | |||
2020-10-21 | core: Fix clang build pt.3 | Lioncash | |
Should finally resolve building with clang. | |||
2020-10-20 | core: Fix clang build pt.2 | Lioncash | |
Resolves the clang build issue in a more unintrusive way. | |||
2020-10-20 | Revert "core: Fix clang build" | bunnei | |
2020-10-20 | kernel: Fix build with recent compiler flag changes | Lioncash | |
This slipped through the cracks due to another change being merged before the compiler flag changes. | |||
2020-10-20 | Merge pull request #4796 from lioncash/clang | LC | |
core: Fix clang build | |||
2020-10-20 | Merge pull request #4390 from ogniK5377/get-applet-inf-stub | bunnei | |
nifm: GetAppletInfo stub | |||
2020-10-20 | Added remaining params | David Marcec | |
2020-10-20 | nifm: GetAppletInfo stub | David Marcec | |
Fixes crash for Catherine Full Body | |||
2020-10-19 | Merge pull request #4788 from ReinUsesLisp/lockfree-host-thread | bunnei | |
kernel: Implement host thread register methods without locking | |||
2020-10-19 | Merge pull request #4785 from Morph1984/fs-hades | bunnei | |
filesystem: Fix CreateDirectory and DeleteFile | |||
2020-10-19 | Merge pull request #4802 from lioncash/bcat | bunnei | |
core: Add boxcat sources with target_sources | |||
2020-10-18 | Merge pull request #4783 from bunnei/nvdrv-freespace | bunnei | |
hle: service: nvdrv: Implement nvhost_as_gpu::FreeSpace. | |||
2020-10-18 | core: Add boxcat sources with target_sources | Lioncash | |
Same behavior, minus a script variable. | |||
2020-10-17 | Merge pull request #4801 from lioncash/missing-bound | bunnei | |
mii/manager: Make use of unused lower bound in GetRandomValue() | |||
2020-10-17 | core: Fix clang build | Lioncash | |
Recent changes to the build system that made more warnings be flagged as errors caused building via clang to break. Fixes #4795 | |||
2020-10-17 | mii/manager: Make use of unused lower bound in GetRandomValue() | Lioncash | |
Previously, the lower bound wasn't being used and zero was being used as the lower bound every time this function was called. This affects the outcome of some of the randomized entries a little bit, for example, the lower-bound for beard and mustache flags was supposed to be 1, not 0. Aside from these cases, the bug didn't affect anything else. | |||
2020-10-16 | service: bcat: Check client connection before interacting with socket. | bunnei | |
- Fixes a crash when BCAT service is offline. | |||
2020-10-15 | Merge pull request #4784 from bunnei/cancelbuffer | bunnei | |
hle: service: vi: Implement BufferQueue::CancelBuffer. | |||
2020-10-14 | service: acc: Stub IManagerForApplication::StoreOpenContext. | bunnei | |
- Used by Super Mario 3D All-Stars. | |||
2020-10-13 | hle: service: vi: Implement BufferQueue::CancelBuffer. | bunnei | |
- This is used by Super Mario 3D All-Stars. | |||
2020-10-13 | kernel: Implement host thread register methods without locking | ReinUsesLisp | |
Locks on GetCurrentHostThreadID were causing performance issues according to Visual Studio's profiler. It was consuming twice the time as arm_interface.Run(). The cost was not in the function itself but in the lockinig it required. Reimplement these functions using atomics and static storage instead of an unordered_map. This is a side effect to avoid locking and using linked lists for reads. Replace unordered_map with a linear search. | |||
2020-10-13 | core/CMakeLists: Make some warnings errors | Lioncash | |
Makes our error coverage a little more consistent across the board by applying it to Linux side of things as well. This also makes it more consistent with the warning settings in other libraries in the project. This also updates httplib to 0.7.9, as there are several warning cleanups made that allow us to enable several warnings as errors. | |||
2020-10-13 | filesystem: Fix CreateDirectory and DeleteFile | Morph | |
Add a check if dir is nullptr (does not exist) Fixes save game creation in Hades | |||
2020-10-12 | service: time: Update current time with changes to RTC setting. | bunnei | |
- This can be used to advance time, e.g. for Pokemon Sword/Shield pokejobs. | |||
2020-10-12 | Merge pull request #3929 from FearlessTobi/ticket-keys | bunnei | |
file_sys/nsp: Make SetTicketKeys actually do something | |||
2020-10-12 | hle: service: nvdrv: Implement nvhost_as_gpu::FreeSpace. | bunnei | |
- This is used by Super Mario 3D All-Stars. | |||
2020-10-07 | Merge pull request #4736 from Morph1984/home-button-input-protection-stub | bunnei | |
hid: Stub HomeButtonInputProtection service commands | |||
2020-10-06 | Merge pull request #4710 from Morph1984/fix-integrated-updates | bunnei | |
submission_package: Fix updates integrated into cartridge images. | |||
2020-10-06 | Merge pull request #4737 from Morph1984/setshimlibraryversion-stub | bunnei | |
capsrv: Stub 3 variants of SetShimLibraryVersion | |||
2020-10-05 | Merge pull request #4742 from german77/InputFilter | bunnei | |
HID: Only use inputs corresponding to controller type | |||
2020-10-01 | Merge pull request #4734 from german77/motionfusion | bunnei | |
HID: Add Stub for EnableSixAxisSensorFusion | |||
2020-10-01 | Only use inputs corresponding to controller type | german | |
2020-09-30 | Stubbed EnableSixAxisSensorFusion | german | |
2020-09-30 | Merge pull request #4291 from german77/ImplementControllerRumble | David | |
input_common: First implementation of controller rumble | |||
2020-09-30 | Merge pull request #4726 from lioncash/applet | David | |
frontend/controller: Eliminate dependency on the global system instance | |||
2020-09-30 | caps_c: Stub SetShimLibraryVersion | Morph | |
- Used by caps_su SetShimLibraryVersion | |||
2020-09-30 | caps_u: Stub SetShimLibraryVersion | Morph | |
- Used in Super Smash Bros. Ultimate | |||
2020-09-30 | caps_su: Properly stub SetShimLibraryVersion | Morph | |
2020-09-30 | hid: Stub HomeButtonInputProtection service commands | Morph | |
- Used in 1-2 Switch. Given that we do not emulate the functionality of the home button yet, we can stub this for now. | |||
2020-09-30 | Merge pull request #4705 from german77/SplitMotionPoller | bunnei | |
HID: Use different timing for motion | |||
2020-09-29 | Merge pull request #1703 from DarkLordZach/nvdec-ioctl | bunnei | |
nvdrv: Stub nvdec/vic ioctls to bypass nvdec movies | |||
2020-09-29 | First implementation of controller rumble | german | |
2020-09-25 | core: Mark GetInstance() as deprecated | Lioncash | |
This way it's obvious that this function shouldn't be used in any future code. | |||
2020-09-25 | frontend/controller: Eliminate dependency on the global system instance | Lioncash | |
2020-09-25 | Merge pull request #4717 from lioncash/debug | LC | |
service: Restore "unused" function | |||
2020-09-25 | service: Restore "unused" function | Lioncash | |
Turns out this function is actually used, but within a trace log. | |||
2020-09-24 | submission_package: Fix updates integrated into cartridge images. | Morph | |