| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | spl: Mark the other functions as unimplemented | 2021-06-16 | 1 | -5/+30 | ||
| | | | | | | ||||||
| | * | | | | spl: Implement spl::GetConfig | 2021-06-16 | 2 | -1/+90 | ||
| | | | | | | ||||||
| | * | | | | hle: api_version: Add HLE API version constants | 2021-06-16 | 3 | -33/+54 | ||
| | | | | | | ||||||
| | * | | | | spl: Add the general SPL interface | 2021-06-16 | 4 | -45/+64 | ||
| | | | | | | ||||||
| | * | | | | spl: Add SPL types | 2021-06-16 | 2 | -0/+231 | ||
| | | | | | | ||||||
| | * | | | | spl: Add SPL result codes | 2021-06-16 | 2 | -0/+30 | ||
| | | | | | | ||||||
| * | | | | | Merge pull request #6483 from Morph1984/get-tz-file | 2021-06-22 | 1 | -1/+1 | ||
| |\ \ \ \ \ | |_|/ / / |/| | | | | service: time: Use GetFileRelative to get files within subdirectories | |||||
| | * | | | | service: time: Use GetFileRelative to get files within subdirectories | 2021-06-18 | 1 | -1/+1 | ||
| | | |_|/ | |/| | | | | | | | | | | The timezone info file can be within subdirectories (such as Asia/Tokyo), use GetFileRelative instead of GetFile to get files within subdirectories. | |||||
| * | | | | Merge pull request #6511 from ReinUsesLisp/core-is-powered-data-race | 2021-06-22 | 1 | -2/+3 | ||
| |\ \ \ \ | | | | | | | | | | | core: Make is_powered_on atomic | |||||
| | * | | | | core: Make is_powered_on atomic | 2021-06-22 | 1 | -2/+3 | ||
| | | |_|/ | |/| | | | | | | | | | | Fixes potential data races when shutting down. | |||||
| * | | | | Merge pull request #6481 from Morph1984/missing-peak-set | 2021-06-21 | 1 | -0/+1 | ||
| |\ \ \ \ | |/ / / |/| | | | kernel: Fix missing peak set in KResourceLimit::SetLimitValue | |||||
| | * | | | kernel: Fix missing peak set in KResourceLimit::SetLimitValue | 2021-06-18 | 1 | -0/+1 | ||
| | |/ / | ||||||
| * | | | Merge pull request #6499 from FernandoS27/we-were-on-a-break | 2021-06-21 | 1 | -0/+3 | ||
| |\ \ \ | | | | | | | | | Update dynarmic and add new unsafe CPU option. | |||||
| | * | | | Update dynarmic and add new unsafe CPU option. | 2021-06-20 | 1 | -0/+3 | ||
| | |/ / | ||||||
| * / / | nvflinger: Add toggle to disable buffer swap interval limits | 2021-06-17 | 1 | -0/+3 | ||
| |/ / | | | | | | | | | Enabling this setting will allow some titles to present more frames to the screen as they become available in the nvflinger buffer queue. | |||||
| * | | Merge pull request #6464 from ameerj/disable-astc | 2021-06-16 | 1 | -0/+1 | ||
| |\ \ | | | | | | | textures: Add a toggle for GPU Accelerated ASTC decoder | |||||
| | * | | configure_graphics: Add Accelerate ASTC decoding setting | 2021-06-15 | 1 | -0/+1 | ||
| | |/ | ||||||
| * / | fsp_srv: Fix filesystem access logging | 2021-06-16 | 4 | -34/+38 | ||
| |/ | | | | | | | | This introduces a new setting Enable FS Access Log which saves the filesystem access log to sdmc:/FsAccessLog.txt If this setting is not enabled, this will indicate to FS to not call OutputAccessLogToSdCard. Fixes softlocks during loading in Xenoblade Chronicles 2 when certain DLC is enabled. | |||||
| * | lm: Demote guest logs to LOG_DEBUG | 2021-06-14 | 1 | -27/+20 | ||
| | | | | | Guest logs are not very useful, as they are intended for use by the game developers during development. As such, they provide little meaning to be logged by yuzu and tend to overwhelm the log output at times. | |||||
| * | general: Remove extraneous includes | 2021-06-13 | 3 | -3/+0 | ||
| | | ||||||
| * | Merge pull request #6452 from german77/sixaxis_firmware_stub | 2021-06-13 | 2 | -1/+23 | ||
| |\ | | | | | hid: Stub IsFirmwareUpdateAvailableForSixAxisSensor | |||||
| | * | hid: Stub IsFirmwareUpdateAvailableForSixAxisSensor | 2021-06-11 | 2 | -1/+23 | ||
| | | | ||||||
| * | | Merge pull request #6422 from FernandoS27/i-am-the-senate | 2021-06-11 | 5 | -10/+45 | ||
| |\ \ | |/ |/| | Implement/Port Fastmem from Citra to Yuzu | |||||
| | * | General: Add settings for fastmem and disabling adress space check. | 2021-06-11 | 3 | -6/+21 | ||
| | | | ||||||
| | * | core: Make use of fastmem | 2021-06-11 | 5 | -8/+28 | ||
| | | | ||||||
| * | | Merge pull request #6443 from Morph1984/k-light-condition-variable | 2021-06-11 | 4 | -37/+43 | ||
| |\ \ | |/ |/| | kernel: KLightConditionVariable: Update implementation to 12.x | |||||
| | * | kernel: Unconditionally set thread state when appropriate | 2021-06-11 | 2 | -23/+12 | ||
| | | | ||||||
| | * | kernel: KLightConditionVariable: Update implementation to 12.x | 2021-06-11 | 2 | -14/+31 | ||
| | | | | | | | | | Updates the implementation of KLightConditionVariable to FW 12.x | |||||
| * | | Merge pull request #6445 from degasus/fix_ubsn | 2021-06-10 | 1 | -1/+3 | ||
| |\ \ | |/ |/| | Fix GCC undefined behavior sanitizer. | |||||
| | * | Fix GCC undefined behavior sanitizer. | 2021-06-10 | 1 | -1/+3 | ||
| | | | | | | | | | | | | | | | | | | | * Wrong alignment in u64 LOG_DEBUG -> memcpy. * Huge shift exponent in stride calculation for linear buffer, unused result -> skipped. * Large shift in buffer cache if word = 0, skip checking for set bits. Non of those were critical, so this should not change any behavior. At least with the assumption, that the last one used masking behavior, which always yield continuous_bits = 0. | |||||
| * | | hle: service: sm: Remove redundant session reservation, etc. | 2021-06-10 | 2 | -18/+13 | ||
| |/ | | | | - We were double-reserving, causing us to run out of sessions in Pokemon Sword & Shield. | |||||
| * | hle: service: Increase arbitrary max sessions limit. | 2021-06-10 | 1 | -4/+1 | ||
| | | | | - Pokemon Sword/Shield are still hitting this for some reason, causing an svcBreak. | |||||
| * | hle: kernel: KClientPort: Add an assert for session count. | 2021-06-09 | 1 | -0/+3 | ||
| | | | | | - Prevents us from over decrementing num_sessions. | |||||
| * | hle: service: sm: Fix GetService setup of session & port. | 2021-06-09 | 2 | -5/+5 | ||
| | | ||||||
| * | hle: service: Use correct size for ServerSessionCountMax. | 2021-06-09 | 1 | -4/+6 | ||
| | | ||||||
| * | hle: kernel: KServerSession: Fix client disconnected. | 2021-06-09 | 3 | -9/+8 | ||
| | | | | | | - Prevents a cloned session's handler from being overwritten by another disconnected session. - Fixes session handler nullptr asserts with Pokemon Sword & Shield. | |||||
| * | kernel: svc: Add missing error check to CancelSynchronization. | 2021-06-09 | 1 | -2/+2 | ||
| | | | | | - Avoids a potential crash if the handle is invalid, and also makes this code accurate to real kernel behavior. | |||||
| * | hle: service: Increase arbitrary max sessions limit. | 2021-06-09 | 1 | -1/+1 | ||
| | | | | - Pokemon Sword/Shield are still hitting this for some reason, causing an svcBreak. | |||||
| * | hle: kernel: KServerSession: Work-around scenario where session is closed ↵ | 2021-06-08 | 1 | -7/+24 | ||
| | | | | | too early. | |||||
| * | hle: kernel: hle_ipc: Ensure SessionRequestHandler is valid. | 2021-06-07 | 3 | -5/+26 | ||
| | | ||||||
| * | hle: kernel: Remove service thread manager and use weak_ptr. | 2021-06-07 | 3 | -18/+8 | ||
| | | | | | | - We no longer need to queue up service threads to be destroyed. - Fixes a race condition where a thread could be destroyed too early, which caused a crash in Pokemon Sword/Shield. | |||||
| * | Merge pull request #6414 from bunnei/fix-service-threads | 2021-06-06 | 21 | -87/+101 | ||
| |\ | | | | | hle: kernel: Refactor to allocate a ServiceThread per service handler. | |||||
| | * | hle: kernel: KServerSession: Use ASSERT_MSG where appropriate. | 2021-06-06 | 1 | -1/+1 | ||
| | | | ||||||
| | * | hle: kernel: k_server_session: Return service thread by strong pointer. | 2021-06-06 | 2 | -4/+4 | ||
| | | | ||||||
| | * | hle: kernel: k_server_session: Ensure service thread is valid before ↵ | 2021-06-06 | 1 | -1/+3 | ||
| | | | | | | | | | dereference. | |||||
| | * | hle: kernel: hle_ipc: Use default destructor for SessionRequestManager. | 2021-06-06 | 1 | -1/+1 | ||
| | | | ||||||
| | * | hle: kernel: KAutoObjectWithListContainer: Use boost::instrusive::rbtree. | 2021-06-06 | 11 | -22/+26 | ||
| | | | | | | | | | - Fixes some crashes introduced by our common intrusive red/black tree impl. | |||||
| | * | hle: kernel: Refactor to allocate a ServiceThread per service handler. | 2021-06-04 | 13 | -67/+75 | ||
| | | | | | | | | | | | | | - Previously, we would allocate a thread per session, which adds new threads on CloneCurrentObject. - This results in race conditions with N sessions queuing requests to the same service interface. - Fixes Pokken Tournament DX crashes/softlocks, which were regressed by #6347. | |||||
| * | | result: Add [[nodiscard]] specifiers where applicable | 2021-06-05 | 1 | -20/+20 | ||
| |/ | | | | | | The result code classes are used quite extensively throughout both the kernel and service HLE code. We can mark these member functions as [[nodiscard]] to prevent a few logic bugs from slipping through. | |||||
| * | Merge pull request #6389 from german77/Analog_button_fix | 2021-06-03 | 1 | -0/+15 | ||
| |\ | | | | | input_common: Analog button, use time based position | |||||