index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2018-01-08
Kernel: Properly keep track of mutex lock data in the guest memory. This fixe...
Subv
2018-01-08
Kernel: Allow chaining WaitSynchronization calls inside a wakeup callback.
Subv
2018-01-08
fix macos build
MerryMage
2018-01-08
core_timing: Use 1.020GHz for core clock rate.
bunnei
2018-01-08
CoreTiming: Reworked CoreTiming (cherry-picked from Citra #3119)
B3n30
2018-01-07
IPC: Make DuplicateSession return the Domain instead of the Session if the re...
Subv
2018-01-07
AppletOE: Fixed command buffer structure for ReceiveMessage.
Subv
2018-01-07
IPC: Corrected some command headers in the IPC Controller interface.
Subv
2018-01-07
IPC: Corrected some command header sizes in appletOE.
Subv
2018-01-07
IPC: Take the number of domain objects as a parameter in MakeBuilder.
Subv
2018-01-07
SM: Fixed connecting to services with an 8-byte name, like appletOE.
Subv
2018-01-07
IPC: Fixed pushing ResultCodes into the command buffer.
Subv
2018-01-07
IPC: Add functions to read the input move/copy objects from an IPC request.
Subv
2018-01-07
IPC: Don't attempt to read the command buffer if it holds a Close request.
Subv
2018-01-07
IPC Cleanup: Remove 3DS-specific code and translate copy, move and domain obj...
Subv
2018-01-07
IPC: Skip the entire u64 of the command id when receiving an IPC request.
Subv
2018-01-07
IPC: Use the correct size when pushing raw data to the command buffer and fix...
Subv
2018-01-07
svc: Implement svcSignalProcessWideKey.
bunnei
2018-01-07
audio: Log dropping frames as trace to reduce spam.
bunnei
2018-01-07
semaphore: More changes for Switch.
bunnei
2018-01-07
wait_object: Refactor to allow waking up a single thread.
bunnei
2018-01-07
nso: Always load the filepath specified by the user.
bunnei
2018-01-07
core_timing: Increase clock speed for Switch docked.
bunnei
2018-01-06
svc: Implement svcWaitProcessWideKeyAtomic.
bunnei
2018-01-06
semaphore: Updates for Switch.
bunnei
2018-01-06
lm: Assert on unsupported multi-message.
bunnei
2018-01-06
svc: Implement WaitSynchronization for a single handle.
bunnei
2018-01-06
svc: Refactor LockMutex code to use WaitSynchronization1.
bunnei
2018-01-05
lm: Improve Log() to format a useful string.
bunnei
2018-01-04
svc: Add missing string_util include.
bunnei
2018-01-04
cmake: Don't compile Dynarmic as it's unused.
bunnei
2018-01-04
core: Increase tight_loop 100x for speed.
bunnei
2018-01-04
citra_qt: Remove VFP registers, since this isn't used anyways and caused an a...
bunnei
2018-01-04
arm_unicorn: Load/release unicorn DLL.
bunnei
2018-01-04
externals: Use unicorn DLL instead of static lib.
bunnei
2018-01-04
unicorn: Use for arm interface on Windows.
bunnei
2018-01-04
arm_dynarmic: More cleanup.
bunnei
2018-01-03
core: Remove unicorn_dynload.
bunnei
2018-01-03
arm_dynarmic: Gut interface until dynarmic is ready for general use.
bunnei
2018-01-02
arm: Remove SkyEye/Dyncom code that is ARMv6-only.
bunnei
2018-01-02
vm_manager: Use a more reasonable MAX_ADDRESS size.
bunnei
2018-01-02
svc: Remove unnecessary "svc" prefix to naming scheme.
bunnei
2018-01-02
pctl: Remove duplicate InstallInterfaces function.
bunnei
2018-01-02
hle: Move SVC code to kernel namespace.
bunnei
2018-01-01
svc: Improve svcGetInfo.
bunnei
2018-01-01
vm_manager: Stub out a bunch of interfaces used by svcGetInfo.
bunnei
2018-01-01
svc: Fix string formatting for CreateThread.
bunnei
2018-01-01
cmake: Add missing object_address_table.
bunnei
2018-01-01
core/video_core: Fix a bunch of u64 -> u32 warnings.
bunnei
2018-01-01
svc: Stub out svcWaitSynchronization.
bunnei
[next]