Morph
e9bee77481
lm: Silence no return value warning
6 years ago
VolcaEM
b9e6687af0
account: Update function tables and add missing classes ( #4145 )
* account: Update function tables and add missing classes
* clang-format
* Add missing "public"
* Add missing public again
* Add missing final
6 years ago
Morph
75e120056f
arm_dynarmic_64: Log the instruction when an exception is raised
6 years ago
Morph
393197f37c
arm_dynarmic_32: Log under Core_ARM instead of HW_GPU
6 years ago
Morph
eaa3067fa8
hid: Implement Get/ResetGyroscopeZeroDriftMode
- Used by Captain Toad Treasure Tracker
6 years ago
Ameer
77ae7fe5dd
Clang Formatting
6 years ago
Ameer
dbe1ad4fe4
GC Adapter Implementation
6 years ago
Lioncash
5f8e8ba92d
software_keyboard: Eliminate trivial redundant copies
We can just make use of moves here to get rid of two redundant copies
6 years ago
MerryMage
b8983782ca
mii_model: Remove redundant std::move
Named return value optimization automatically applies here.
6 years ago
David Marcec
39ef4c6d57
Fix compilation when not building with boxcat
Fixes compilation when trying to build without boxcat enabled
6 years ago
Fernando Sahmkow
b71488b850
Host Timing: Correct clang format.
6 years ago
Fernando Sahmkow
a427bf72ea
HostTiming: Correct rebase and implement AddTicks.
6 years ago
Fernando Sahmkow
e7f5b1f1d3
Core/HostTiming: Allow events to be advanced manually.
6 years ago
Fernando Sahmkow
564713fb46
Common/Tests: Address Feedback
6 years ago
Fernando Sahmkow
09d2ffa663
Common/Tests: Clang Format.
6 years ago
Fernando Sahmkow
0c789667d9
Common: Refactor & Document Wall clock.
6 years ago
Fernando Sahmkow
ee32067b10
Common: Implement WallClock Interface and implement a native clock for x64
6 years ago
Fernando Sahmkow
ab76c0e296
Tests: Add base tests to host timing
6 years ago
Fernando Sahmkow
e99a10917e
Core: Implement a Host Timer.
6 years ago
ReinUsesLisp
a0cbf4f4e8
arm_dynarmic_32: Fix implicit conversion error in SetTPIDR_EL0
On MSVC builds we treat conversion warnings as errors.
6 years ago
MerryMage
23d63c30e1
memory_manager: Explicitly specifcy std::min<size_t>
6 years ago
MerryMage
042bb8824b
shared_font: Service::NS::EncryptSharedFont takes a size_t&
6 years ago
VolcaEM
8cd49f28a3
Move SHA256Hash to its original position
It's not needed to have it in its previous position anymore
6 years ago
MerryMage
8055a71e00
arm_dynarmic_cp15: Implement CNTPCT
6 years ago
MerryMage
0ac9600204
arm_dynarmic_cp15: Update CP15
6 years ago
MerryMage
fc1c12b2c9
arm_dynarmic_32: InterpreterFallback should never happen
6 years ago
VolcaEM
85a247d6cf
Remove unnecessary pragmas
6 years ago
VolcaEM
1f2f16c656
Revert IsValidNRO refactor but make it more readable
6 years ago
VolcaEM
18b88119d2
Update assert string
6 years ago
VolcaEM
68a7d8fb09
Clang-format again
6 years ago
VolcaEM
26b0ef5ce0
Use consistent variable names
6 years ago
VolcaEM
a01b0de19a
Clang-format
6 years ago
VolcaEM
2ae60c8949
Make assert strings consistent
6 years ago
VolcaEM
f801c273eb
Attempt to fix crashes in SSBU and refactor IsValidNRO
6 years ago
David Marcec
f57da2d9f9
nvdrv: Fix GetTPCMasks for ioctl3
Fixes animal crossing svcBreak on launch
6 years ago
David Marcec
97ad3cd3ee
kernel: Account for system resource size for memory usage
GetTotalPhysicalMemoryAvailableWithoutSystemResource & GetTotalPhysicalMemoryUsedWithoutSystemResource seem to subtract the resource size from the usage.
6 years ago
Morph
d594106360
yuzu/frontend: Remove internal resolution option
6 years ago
David Marcec
07db67b406
Downgrade "handle not signaled" error to trace
clogs logs quite a bit
6 years ago
VolcaEM
50bf4c70cd
Address review comments
6 years ago
VolcaEM
f42797d852
Clang-format
6 years ago
VolcaEM
998bfbb573
hid: Stub GetXpadIDs
Allows Minecraft: Nintendo Switch Edition (a.k.a. old Minecraft) to boot and go ingame
6 years ago
VolcaEM
6f126bb803
Add comment to nrr_kind
According to Atmosphére (c7026b9094/libraries/libstratosphere/include/stratosphere/ro/ro_types.hpp), nrr_kind (Atmosphére calls it "type") is 7.0.0+
6 years ago
VolcaEM
9390c0c271
ldr: Update NRR/NRO structs
This was based on Switchbrew pages:
https://switchbrew.org/wiki/NRR
https://switchbrew.org/wiki/NRO
6 years ago
David Marcec
05eeb7de3d
Implement macro JIT
6 years ago
David Marcec
55b534c5a0
kernel: ResourceLimit::Reserve remove useless while loop
Timeout is a u64, it will always be >= 0
6 years ago
lat9nq
9d08039623
Make copying directory string more concise
6 years ago
lat9nq
2ad3571453
Address requested changes
6 years ago
lat9nq
2adc5f524d
*nix systems can read any-case patch directories
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'.
6 years ago
VolcaEM
4f1136dfca
clang-format
6 years ago
VolcaEM
f7d23b21d0
nifm: correct assert in CreateTemporaryNetworkProfile
This has been wrong since bd66646f8b
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
6 years ago