summaryrefslogtreecommitdiff
path: root/src/core (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | Merge pull request #4128 from lioncash/move2Gravatar bunnei2020-06-231-2/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | software_keyboard: Eliminate trivial redundant copies
| * | | | | | software_keyboard: Eliminate trivial redundant copiesGravatar Lioncash2020-06-201-2/+2
| | |/ / / / | |/| | | | | | | | | | | | | | | | We can just make use of moves here to get rid of two redundant copies
* | | | | | lm: Silence no return value warningGravatar Morph2020-06-221-1/+2
| | | | | |
* | | | | | account: Update function tables and add missing classes (#4145)Gravatar VolcaEM2020-06-225-42/+384
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * account: Update function tables and add missing classes * clang-format * Add missing "public" * Add missing public again * Add missing final
* | | | | | arm_dynarmic_64: Log the instruction when an exception is raisedGravatar Morph2020-06-221-2/+2
| | | | | |
* | | | | | arm_dynarmic_32: Log under Core_ARM instead of HW_GPUGravatar Morph2020-06-221-1/+1
| |/ / / / |/| | | |
* | | | | Merge pull request #4099 from MerryMage/macOS-buildGravatar bunnei2020-06-192-3/+3
|\ \ \ \ \ | | | | | | | | | | | | Fix compilation on macOS
| * | | | | memory_manager: Explicitly specifcy std::min<size_t>Gravatar MerryMage2020-06-181-2/+2
| | | | | |
| * | | | | shared_font: Service::NS::EncryptSharedFont takes a size_t&Gravatar MerryMage2020-06-181-1/+1
| | | | | |
* | | | | | Merge pull request #4113 from ogniK5377/boxcat-disableGravatar bunnei2020-06-191-2/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix compilation when not building with boxcat
| * | | | | | Fix compilation when not building with boxcatGravatar David Marcec2020-06-191-2/+2
| | |/ / / / | |/| | | | | | | | | | | | | | | | Fixes compilation when trying to build without boxcat enabled
* / | | | | mii_model: Remove redundant std::moveGravatar MerryMage2020-06-191-1/+1
|/ / / / / | | | | | | | | | | | | | | | Named return value optimization automatically applies here.
* / / / / arm_dynarmic_32: Fix implicit conversion error in SetTPIDR_EL0Gravatar ReinUsesLisp2020-06-181-1/+1
|/ / / / | | | | | | | | | | | | On MSVC builds we treat conversion warnings as errors.
* | | | arm_dynarmic_cp15: Implement CNTPCTGravatar MerryMage2020-06-171-0/+13
| | | |
* | | | arm_dynarmic_cp15: Update CP15Gravatar MerryMage2020-06-174-142/+73
| | | |
* | | | arm_dynarmic_32: InterpreterFallback should never happenGravatar MerryMage2020-06-171-2/+3
| | | |
* | | | Merge pull request #3966 from Morph1984/hide-internal-resolution-uiGravatar bunnei2020-06-161-1/+1
|\ \ \ \ | | | | | | | | | | yuzu/frontend: Remove internal resolution option
| * | | | yuzu/frontend: Remove internal resolution optionGravatar Morph2020-06-061-1/+1
| | | | |
* | | | | Merge pull request #4070 from ogniK5377/GetTPCMasks-fixGravatar bunnei2020-06-142-21/+22
|\ \ \ \ \ | | | | | | | | | | | | nvdrv: Fix GetTPCMasks for ioctl3
| * | | | | nvdrv: Fix GetTPCMasks for ioctl3Gravatar David Marcec2020-06-102-21/+22
| | |_|_|/ | |/| | | | | | | | | | | | | Fixes animal crossing svcBreak on launch
* | | | | Merge pull request #4069 from ogniK5377/total-phys-memGravatar bunnei2020-06-141-2/+4
|\ \ \ \ \ | | | | | | | | | | | | kernel: Account for system resource size for memory usage
| * | | | | kernel: Account for system resource size for memory usageGravatar David Marcec2020-06-101-2/+4
| |/ / / / | | | | | | | | | | | | | | | GetTotalPhysicalMemoryAvailableWithoutSystemResource & GetTotalPhysicalMemoryUsedWithoutSystemResource seem to subtract the resource size from the usage.
* | | | | Merge pull request #4010 from ogniK5377/reserve-always-breakGravatar bunnei2020-06-121-5/+1
|\ \ \ \ \ | |/ / / / |/| | | | kernel: ResourceLimit::Reserve remove useless while loop
| * | | | kernel: ResourceLimit::Reserve remove useless while loopGravatar David Marcec2020-05-291-5/+1
| | |/ / | |/| | | | | | | | | | Timeout is a u64, it will always be >= 0
* | | | Merge pull request #4044 from ogniK5377/handle-not-signalled-errGravatar bunnei2020-06-041-1/+1
|\ \ \ \ | | | | | | | | | | Downgrade "handle not signaled" error to trace
| * | | | Downgrade "handle not signaled" error to traceGravatar David Marcec2020-06-041-1/+1
| | |/ / | |/| | | | | | | | | | clogs logs quite a bit
* | | | Merge pull request #4009 from ogniK5377/macro-jit-prodGravatar bunnei2020-06-041-0/+1
|\ \ \ \ | |/ / / |/| | | video_core: Implement Macro JIT
| * | | Implement macro JITGravatar David Marcec2020-05-301-0/+1
| |/ /
* | | Clang-formatGravatar VolcaEM2020-06-011-2/+1
| | |
* | | hid: Stub GetXpadIDsGravatar VolcaEM2020-06-012-1/+14
|/ / | | | | Allows Minecraft: Nintendo Switch Edition (a.k.a. old Minecraft) to boot and go ingame
* | Merge pull request #4002 from lat9nq/fix-nix-mod-directoriesGravatar bunnei2020-05-282-8/+31
|\ \ | | | | | | patch_manager: Add support for case-sensitivity on Linux
| * | Make copying directory string more conciseGravatar lat9nq2020-05-281-2/+1
| | |
| * | Address requested changesGravatar lat9nq2020-05-282-4/+4
| | |
| * | *nix systems can read any-case patch directoriesGravatar lat9nq2020-05-272-8/+32
| | | | | | | | | | | | | | | | | | Changes many patch_manager functions to use a case-less variant of GetSubdirectory. Fixes patches not showing up on *nix systems when patch directories are named with odd cases, i.e. `exeFS'.
* | | Merge pull request #3964 from ReinUsesLisp/arb-integrationGravatar bunnei2020-05-243-0/+3
|\ \ \ | | | | | | | | renderer_opengl: Add assembly program code paths
| * | | yuzu: Add frontend settings for assembly shadersGravatar ReinUsesLisp2020-05-193-0/+3
| | | | | | | | | | | | | | | | | | | | Add settings for assembly shaders. Currently hidden to avoid users from accidentally enabled them.
* | | | clang-formatGravatar VolcaEM2020-05-211-1/+2
| | | |
* | | | nifm: correct assert in CreateTemporaryNetworkProfileGravatar VolcaEM2020-05-211-1/+1
| |/ / |/| | | | | | | | | | | | | | | | | | | | | | | This has been wrong since https://github.com/yuzu-emu/yuzu/commit/0432af5ad1ec34f02071f6fdc5fc78149b059f18 I haven't found a game that called this function (and I haven't tried this on a real Switch), and because of this I haven't been able to check if the number in assert OR the string in the assert is wrong, but one of the two is wrong: NetworkProfileData is 0x18E, while SfNetworkProfileData is 0x17C, according to Switchbrew Switchbrew doesn't officially say that NetworkProfileData's size is 0x18E but it's possible to calculate its size since Switchbrew provides the size and the offset of all the components of NetworkProfileData (which isn't currently implemented in yuzu, alongside SfNetworkProfileData) NetworkProfileData documentation: https://switchbrew.org/wiki/Network_Interface_services#NetworkProfileData SfNetworkProfileData documentation: https://switchbrew.org/wiki/Network_Interface_services#SfNetworkProfileData Since I trust ogniK's work on reversing NIFM, I'd assume this was just a typo in the string
* | | Merge pull request #3946 from ogniK5377/sysverdat-10-0-2Gravatar bunnei2020-05-201-7/+7
|\ \ \ | | | | | | | | file_sys: Update SystemVersion archive to version 10.0.2
| * | | file_sys: Update SystemVersion archive to version 10.0.2Gravatar David Marcec2020-05-161-7/+7
| | | |
* | | | Merge pull request #3926 from ogniK5377/keyboard-statesGravatar bunnei2020-05-191-3/+4
|\ \ \ \ | |_|/ / |/| | | hid: Clear keyboard states & fix logic issue
| * | | hid: Clear keyboard states & fix logic issueGravatar David Marcec2020-05-121-3/+4
| | | | | | | | | | | | | | | | Previously we never cleared the states of the entries and the key would stay held down, also looping over the key bytes for each key lead to setting every bit for the key state instead of the key we wanted
* | | | Merge pull request #3665 from bunnei/device-saveGravatar bunnei2020-05-165-4/+49
|\ \ \ \ | | | | | | | | | | FS: Improve emulation of device saves
| * | | | service: fsp_srv: Stub implementation of OpenMultiCommitManager.Gravatar bunnei2020-05-112-1/+38
| | | | |
| * | | | file_sys: savefata_factory: Update to support DeviceSaveData.Gravatar bunnei2020-05-111-3/+6
| | | | |
| * | | | file_sys: control_metadata: Expose device_save_data_size.Gravatar bunnei2020-05-112-0/+5
| |/ / /
* | / / nv_flinger: Use enum for pixel format instead of u32Gravatar David Marcec2020-05-162-3/+11
| |/ / |/| |
* | | frontend: Set minimum window size to 640x360 instead of 1280x720 (#3413)Gravatar Morph2020-05-152-1/+6
| | |
* | | time_zone: Use std::chrono::seconds for strong typing.Gravatar bunnei2020-05-121-1/+1
| | |
* | | hle: service: time_zone_manager: Use current time zone setting.Gravatar bunnei2020-05-112-3/+32
| | |