Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-08 | codecctl: Use proper names | german77 | |
2021-04-08 | audren_u: Use proper names | german77 | |
2021-04-08 | audren_a: Use proper names | german77 | |
2021-04-08 | audrec_u: Use proper names, update to 12.x | german77 | |
2021-04-08 | audrec_a: Use proper names | german77 | |
2021-04-08 | audout_u: Use proper names | german77 | |
2021-04-08 | audout_a: Use proper names | german77 | |
2021-04-08 | audin_u: Use proper names | german77 | |
2021-04-08 | audin_a: Use proper names | german77 | |
2021-04-08 | Merge pull request #6157 from Morph1984/am-update-12.x | bunnei | |
service: am: Update service function tables | |||
2021-04-08 | Merge pull request #6062 from ameerj/auto-stub | bunnei | |
service: Add a toggle for auto stub fallback | |||
2021-04-08 | Merge pull request #6145 from lat9nq/nvhost_empty_memcpy | bunnei | |
nvhost_nvdec_common: Avoid memcpy with null pointers | |||
2021-04-08 | Merge pull request #6154 from lioncash/svcrange2 | bunnei | |
svc: Expand SVC tables | |||
2021-04-07 | Merge pull request #6160 from Morph1984/fs-update-12.x | bunnei | |
service: fs: Update service function tables | |||
2021-04-07 | Merge pull request #6143 from lat9nq/nvhost_null_memcpy | bunnei | |
nvhost_ctrl_gpu: Avoid sending null pointer to memcpy | |||
2021-04-07 | Merge pull request #6159 from Morph1984/acc-update-12.x | bunnei | |
service: acc: Update service function tables | |||
2021-04-07 | Merge pull request #6130 from degasus/better_assert_handling | bunnei | |
common: Move assert failure handling into a cpp file. | |||
2021-04-07 | Merge pull request #6153 from lioncash/svcrange | bunnei | |
process_capability: Handle extended SVC range | |||
2021-04-07 | hwopus: Update to 12.x | Morph | |
2021-04-07 | IFile: Update to 12.x | Morph | |
2021-04-07 | fsp-srv: Update to 12.x | Morph | |
2021-04-07 | dauth_o: Update to 11.x | Morph | |
2021-04-07 | acc_u1: Update to 12.x | Morph | |
2021-04-07 | acc_su: Update to 12.x | Morph | |
2021-04-07 | ISelfController: Update to 11.x | Morph | |
2021-04-07 | IApplicationFunctions: Update to 11.x | Morph | |
2021-04-07 | IDebugFunctions: Update to 12.x | Morph | |
2021-04-07 | ICommonStateGetter: Update to 12.x | Morph | |
2021-04-07 | IGlobalStateController: Update to 12.x | Morph | |
2021-04-07 | IHomeMenuFunctions: Update to 12.x | Morph | |
2021-04-06 | Merge pull request #6146 from lat9nq/vp9_empty_memcpy | bunnei | |
vp9: Avoid memcpy with null pointers | |||
2021-04-07 | svc: Expand SVC tables | Lioncash | |
12.x expanded the range of SVC entries from 0x7F to 0xBF (with all new entries being unused), so we can expand it to also match. | |||
2021-04-07 | process_capability: Handle extended SVC range | Lioncash | |
12.x extended the range of SVC IDs, so we need to expand the range of bits that need to be tested. The upside of this is that we can eliminate a range check, given the whole range is used. | |||
2021-04-05 | nvhost_nvdec_common: Avoid memcpy with null pointers | lat9nq | |
Avoid sending null pointer to memcpy as reported by Undefined Behavious Sanitizer. Co-authored-by: LC <mathew1800@gmail.com> | |||
2021-04-05 | nvhost_ctrl_gpu: Avoid sending null pointer to memcpy | lat9nq | |
Undefined Behaviour Sanitizer reports a null pointer is being sent to memcpy, thought it's "guaranteed to never be null". Guard it with an if statement, and log when the action has been averted. | |||
2021-04-05 | vp9: Avoid memcpy with null pointers | lat9nq | |
Avoid sending null pointer to memcpy as reported by Undefined Behaviour Sanitizer. Replaces the std::memcpy calls in SpliceVectors with std::copy calls. Opting to replace all the memcpy's with copy's. Co-authored-by: LC <mathew1800@gmail.com> | |||
2021-04-04 | common: Move assert failure handling into a cpp file. | Markus Wick | |
Advantage: Altering the handler does not need a full recompilation. Disadvantage: noreturn is droped, so the caller is a bit slower. We quite often run yuzu with a YOLO assertion handler. In fact, only very few games run at all with asserts. This patch allows developers to patch the handler without recompiling everything. The overhead of the missing "noreturn" attribute shoul be negletable. | |||
2021-04-04 | configure_graphics: Prevent stack-use-after-scope | lat9nq | |
Address Sanitizer reports stack-use-after-scope on line 231 `vulkan_devices.push_back(QString::fromStdString(name));`. Instead of using a pointer, copy the string into a std::string and use that, instead. | |||
2021-04-03 | Merge pull request #6127 from german77/udpSingleConnection | bunnei | |
InputCommon: Improve UDP communications | |||
2021-04-02 | Merge pull request #6132 from MerryMage/code_size | bunnei | |
arm_dynarmic: Increase size of code cache | |||
2021-04-02 | Merge pull request #6131 from german77/rightjoyconSLSR | Morph | |
HID: Fix SL and SR buttons for right joycon | |||
2021-04-02 | arm_dynarmic: Increase size of code cache | MerryMage | |
2021-04-02 | HID: Fix SL and SR buttons for right joycon | german77 | |
2021-04-01 | Merge pull request #6106 from MerryMage/nullptr-jit | bunnei | |
[test] arm_dynarmic: Always have a 'valid' jit instance | |||
2021-03-30 | Merge pull request #6126 from ↵ | bunnei | |
Morph1984/stub-SetAlbumImageTakenNotificationEnabled ISelfController: Stub SetAlbumImageTakenNotificationEnabled | |||
2021-03-30 | Use a single connection for UDP server, make connection test longer and ↵ | german77 | |
check all pads instead of only the first one | |||
2021-03-30 | Merge pull request #5927 from ameerj/astc-compute | Rodrigo Locatti | |
video_core: Accelerate ASTC texture decoding using compute shaders | |||
2021-03-30 | Merge pull request #6116 from german77/userArgument | bunnei | |
yuzu/main: Add user command line argument | |||
2021-03-30 | ISelfController: Stub SetAlbumImageTakenNotificationEnabled | Morph | |
This service call sets an internal flag whether a notification is shown when an image is captured. Currently we do not support capturing images via the capture button, so this can be stubbed for now. | |||
2021-03-30 | configuration: Add auto stub toggle that resets on boot | ameerj | |
Auto-stub is an experimental debugging feature that may cause unforseen bugs. This adds a toggle to only allow auto-stubbing unimplemented functions when explicitly enabled when yuzu is launched. |