index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
Age
Commit message (
Expand
)
Author
2014-08-25
GSP: Add a helper function for convenience.
Tony Wasserka
2014-08-22
Merge pull request #68 from archshift/readfile
bunnei
2014-08-22
Added FS functions to Archive and Archive_RomFS
archshift
2014-08-20
ARM: Remove a forgotten const in vfp.
Emmanuel Gil Peyrot
2014-08-19
Core: Use std::array for managing kernel object space
Lioncash
2014-08-18
Merge pull request #55 from lioncash/string
bunnei
2014-08-18
SVC: Added support for svc_GetSystemTick.
bunnei
2014-08-17
Core: Alter the kernel string functions to use std::string instead of const c...
Lioncash
2014-08-17
Merge pull request #53 from lioncash/memmap
bunnei
2014-08-17
Core: Fix a formatting error in svc.cpp
Lioncash
2014-08-17
Core: Fix undefined behavior in mem_map_funcs' WriteBlock function
Lioncash
2014-08-12
Merge pull request #39 from bunnei/hid-minor-improvements
bunnei
2014-08-12
HID: Added new function entries from 3dbrew to FunctionTable.
bunnei
2014-08-12
Pica: Add command processor.
Tony Wasserka
2014-08-12
Pica/GPU: Change hardware registers to use physical addresses rather than vir...
Tony Wasserka
2014-08-12
GSP: Fix a major regression introduced in ffda035c, due to which no display t...
Tony Wasserka
2014-08-12
Remove the fancy RegisterSet class introduced in 4c2bff61e.
Tony Wasserka
2014-08-07
HID: Implemented HID_User::GetIPCHandles service function.
bunnei
2014-08-07
SVC: Fixed typo with MapMemoryBlock DEBUG_LOG call.
bunnei
2014-08-06
GPU: Updated g_last_ticks variable to be more descriptive (represents CPU tic...
bunnei
2014-08-06
GPU: Updated horizontal sync line counter to use framebuffer height.
bunnei
2014-08-06
Thread: Added more descriptive comment to WaitCurrentThread.
bunnei
2014-08-06
GSP: Cleaned up command buffer decoding.
bunnei
2014-08-05
GSP: Added reinitialization of other state objects.
bunnei
2014-08-05
GSP: Removed dumb GX prefixes to functions/structs in GSP namespace.
bunnei
2014-08-05
GSP: Removed unnecessary GX_FinishCommand function.
bunnei
2014-08-05
GSP: Implements preliminary command synchronization via GPU interrupts.
bunnei
2014-08-05
MemMap: Fixed typo with GetPointer to VRAM address.
bunnei
2014-08-05
AddressArbiter: Removed unnecessary HLE::Reschedule.
bunnei
2014-08-05
AddressArbiter: Fixed bug with break statements missing from case statements.
bunnei
2014-08-05
SRV: Updated GetProcSemaphore to create an event instead of a mutex.
bunnei
2014-08-05
SVC: Removed ArbitrateAddress log message that spams to much.
bunnei
2014-08-05
Kernel: Updated Event and Mutex to specify handle that they are blocking for.
bunnei
2014-08-05
Merge pull request #36 from bunnei/fix-memory-unaligned-reads
bunnei
2014-08-05
MemMap: Added an error for unaligned 16-bit memory reads.
bunnei
2014-08-05
MemMap: Removed Read64 function.
bunnei
2014-08-05
FS: Fix port name (old port name was based on an unaligned memory read).
bunnei
2014-08-05
MemMap: Fix Read32 for unaligned memory reads.
bunnei
2014-07-23
ARM: Synchronize Citra's SkyEye core with 3dmoo's.
bunnei
2014-07-23
Use uniform formatting when printing hexadecimal numbers.
Tony Wasserka
2014-07-23
Fix a few warnings.
Tony Wasserka
2014-07-23
GPU: Clarify display transfer code.
Tony Wasserka
2014-07-23
GPU: Add documentation.
Tony Wasserka
2014-07-23
GSP: Add a few comments.
Tony Wasserka
2014-07-23
GSP: Clean up GX command processing a lot and treat command id as a u8 rather...
Tony Wasserka
2014-07-23
RegisterSet: Simplify code by using structs for register definition instead o...
Tony Wasserka
2014-07-23
GPU: Make use of RegisterSet.
Tony Wasserka
2014-07-23
GPU: Make framebuffer code format-aware.
Tony Wasserka
2014-07-23
GPU: Interface cleanup.
Tony Wasserka
2014-07-23
GPU: Initialize GPU registers to some sensible default state.
Tony Wasserka
[next]