index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
jit
/
jit.cpp
Age
Commit message (
Expand
)
Author
2025-01-14
Revert incorrect copyright attribution for non-contributed files
Zephyron
2024-12-31
chore: update project references and add Citron copyright
Zephyron
2024-02-01
service: use const references for input raw data
Liam
2024-01-25
cmif_types: improve ergonomics of types
Liam
2024-01-25
service: add template serializer for method calls
Liam
2023-12-29
jit: use code memory handles correctly
Liam
2023-12-24
am/jit: reference memory instance from context
Liam
2023-12-24
service: fetch objects from the client handle table
Liam
2023-12-04
core: refactor emulated cpu core activation
Liam
2023-03-23
memory: rename global memory references to application memory
Liam
2023-03-22
kernel: use KTypedAddress for addresses
Liam
2023-03-01
service: move hle_ipc from kernel
Liam
2023-02-21
service: refactor server architecture
Liam
2023-02-13
general: rename CurrentProcess to ApplicationProcess
Liam
2023-02-03
Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"
ameerj
2023-02-02
Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ...
liamwhite
2022-12-28
hle_ipc: Rename ReadBufferSpan to ReadBuffer
ameerj
2022-12-25
service: Use ReadBufferSpan where it is trivial to do so
ameerj
2022-04-24
service: jit: document and clean up
Liam
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2022-04-13
service: jit: Implement the JIT service
Liam
2022-04-06
service: jit: stub JIT service
Liam