wwylele
67ead14445
Timer: restore missing signaled=true from #2421
9 years ago
B3n30
3fef6c1b0b
Fix log entry in timer::signal ( #2600 )
9 years ago
Mat M
dc1927a9d1
Doxygen: Amend minor issues ( #2593 )
Corrects a few issues with regards to Doxygen documentation, for example:
- Incorrect parameter referencing.
- Missing @param tags.
- Typos in @param tags.
and a few minor other issues.
9 years ago
Yuri Kunde Schlesner
b50b227f94
PerfStats: Re-order and document members better
9 years ago
Yuri Kunde Schlesner
5990d020a8
Core: Re-write frame limiter
Now based on std::chrono, and also works in terms of emulated time
instead of frames, so we can in the future frame-limit even when the
display is disabled, etc.
The frame limiter can also be enabled along with v-sync now, which
should be useful for those with displays running at more than 60 Hz.
9 years ago
Yuri Kunde Schlesner
ea78f30e67
Core: Make PerfStats internally locked
More ergonomic to use and will be required for upcoming changes.
9 years ago
Yuri Kunde Schlesner
60f90d7c48
PerfStats: Add method to get the instantaneous time ratio
9 years ago
Yuri Kunde Schlesner
3a9447bc16
Add performance statistics to status bar
9 years ago
Yuri Kunde Schlesner
28c24c2c6e
Core: Remove unnecessary include in thread.h
9 years ago
wwylele
bf2d045b5a
IR: separate functions of each port to their own files
9 years ago
Subv
be2b4057e5
Timers: Return an error when calling SetTimer with negative timeouts.
9 years ago
Subv
f814a914b0
Timers: Immediately signal the timer if it was started with an initial value of 0.
9 years ago
wwylele
ba431d1e16
APT: implement Wrap and Unwrap
9 years ago
wwylele
ec94c633b7
HW: add AES engine & implement AES-CCM
9 years ago
MerryMage
c0ec38e745
dyncom: Correct SXTAB16 and SXTB16
9 years ago
Weiyi Wang
071e27ff0b
HID: move enable_accelerometer/gyroscope_count initialization into Init() ( #2574 )
Fixes #2556
9 years ago
wwylele
6f79503576
core: add missing errors.h in CMakeLists.txt
9 years ago
Yuri Kunde Schlesner
1a3ba1314b
HLE/IPC: Fix uninitialized variables in helpers ( #2568 )
Fixes #2567
9 years ago
noah the goodra
b7755931aa
NWM changed to NIM
9 years ago
noah the goodra
82ebb9e2d3
turned clang format back on
9 years ago
Weiyi Wang
2b5dc25f1c
Core: add cryptopp library ( #2412 )
9 years ago
wwylele
05a989965a
loader: use self NCCH archive
9 years ago
wwylele
2fff7f897b
file_sys: add Self NCCH archive
9 years ago
Yuri Kunde Schlesner
8ceeae2cd2
core: Free AppLoader on shutdown to release file ( #2558 )
Fixes #2455
9 years ago
Weiyi Wang
924b953308
hid: remove the touch field from PadState ( #2557 )
9 years ago
Lectem
fc81e9226a
fix wwylele's comment and use typename in templates
9 years ago
MerryMage
5ba90abf00
arm_dynarmic: Update memory interface
9 years ago
MerryMage
c2717d3302
arm_dynarmic: CP15 support
9 years ago
mailwl
de4bac64de
GSP_GPU::StoreDataCache stubbed ( #2428 )
9 years ago
noah the goodra
f91bebc7e5
removed the possibly uneeded cast on values.gdbstub_port
as far as i could tell this cast is unneeded because [GDBStub::SetServerPort](https://github.com/citra-emu/citra/blob/master/src/core/gdbstub/gdbstub.cpp#L897 ) takes a u16 and [values.gdbstub_port](https://github.com/citra-emu/citra/blob/master/src/core/settings.h#L116 ) is already a u16
9 years ago
mailwl
6dc26f9d4e
HLE/Applets: Stub Mint (eShop) Applet ( #2463 )
This allows Phoenix Wright - Dual Destinies to boot.
9 years ago
mailwl
16fef8dfa4
Core: update Kernel Config Memory to latest version (11.2)
9 years ago
Kloen
0378143301
core: inline CPU, 132 warnings fixed on GCC
9 years ago
Kloen
0aedc28a31
core: fix err_f.cpp warning about unhandled enumeration value on OSX
9 years ago
Kloen
e1ee6f6224
core: fix savedata_archive.cpp warnings about unhandled enumeration values on OSX
9 years ago
Kloen
806db8e491
core: fix archive_sdmc.cpp warnings about unhandled enumeration value on OSX
9 years ago
Kloen
c6201827f5
core: fix archive_extsavedata.cpp warning on OSX
9 years ago
Kloen
16ea7b3e8d
core: emu_window.cpp, fix conversion warnings from float to s16 on MSVC
9 years ago
Kloen Lansfiel
637f58dd1e
SDL: Select audio device ( #2403 )
* Initial Commit
Added Device logic to Sinks
Started on UI for selecting devices
Removed redundant import
* Audio Core: Complete Device Switching
Complete the device switching implementation by allowing the output
device to be loaded, changed and saved through the configurations menu.
Worked with the Sink abstraction and tuned the "Device Selection"
configuration so that the Device List is automatically populated when
the Sink is changed.
This hopefully addresses the concerns and recommendations mentioned in
the comments of the PR.
* Clean original implementation.
* Refactor GetSinkDetails
9 years ago
Kloen
b377b96ca0
core: fix mic_u warnings on MSVC
9 years ago
wwylele
d678c306b8
HID: reset acceleroeter and gyroscope index in Init
9 years ago
wwylele
fc7fb21731
CFG: override language setting on boot
9 years ago
Thomas Farr
c1d05a2df5
loader: Add support for 3DSX special relocation types, fixes citra-emu/citra#2449
As per devkitPro/3dstools@47bea18
9 years ago
wwylele
34440c54a9
CoreTiming: use named constant for ARM11 clock rate
9 years ago
wwylele
8f807fc8ef
HID: manages updating itself using correct ticks
9 years ago
mailwl
b777c9ae81
Service/NFC: stub some functions
Tested on: Mini-Mario & Friends - amiibo Challenge
9 years ago
mailwl
ecf76c326c
GSP::WriteHWRegsWithMask: fix register mask
9 years ago
Subv
a81290ffb4
Threads: Check the process' resource limit for the max allowed priority when creating a thread and remove the priority clamping code.
9 years ago
Subv
fbe090645c
Thread: Added priority range checking to svcSetThreadPriority and removed priority clamping code from Thread::SetPriority.
9 years ago
Subv
c77cafb0a7
Y2R: Use the proper error code when GetStandardCoefficient receives an invalid value.
9 years ago