index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
Age
Commit message (
Expand
)
Author
2015-09-11
general: Replace 0 literals with nullptr where applicable
Lioncash
2015-09-11
General: Replace NULL and '0' usages with nullptr where applicable
Lioncash
2015-09-10
Merge pull request #1130 from lioncash/block
Yuri Kunde Schlesner
2015-09-10
General: Fix up doxygen comments
Lioncash
2015-09-10
Merge pull request #1131 from lioncash/uninit
Yuri Kunde Schlesner
2015-09-10
memory: Get rid of pointer casts
Lioncash
2015-09-09
disk_archive: Remove unimplemented constructor declarations
Lioncash
2015-09-09
y2r: Give local variables an initial value
Lioncash
2015-09-05
DynCom: Converted all 0xE condition code checks to ConditionCode::AL
archshift
2015-09-03
Merge pull request #1101 from archshift/camu-service-names
bunnei
2015-09-03
Add cam:u service function names to its function table
archshift
2015-09-01
Merge pull request #1072 from yuriks/GetSystemTick-advance-time
bunnei
2015-08-30
Merge pull request #1085 from Subv/fs_stat
bunnei
2015-08-30
SVC: Advance time when calling GetSystemTick to escape busy-wait loops
Yuri Kunde Schlesner
2015-08-28
Services/FS: Correctly tell the guest app whether a file was correctly opened...
Subv
2015-08-27
Kernel: Fix wrong linear heap base on titles using newer kernels
Yuri Kunde Schlesner
2015-08-26
Kernel: Fix assertion failure when ControlMemory is called with size=0
Yuri Kunde Schlesner
2015-08-26
Core: Improve APT Shared Font hack
Yuri Kunde Schlesner
2015-08-26
dyncom: Simplify some comparisons in CondPassed
Lioncash
2015-08-25
dyncom: Change return type of CondPassed to bool
Lioncash
2015-08-24
Integrate the MicroProfile profiling library
Yuri Kunde Schlesner
2015-08-22
Fix broken boot introduced by last-minute change in #1025
Yuri Kunde Schlesner
2015-08-22
Merge pull request #1025 from yuriks/heap-management
Yuri Kunde Schlesner
2015-08-18
Merge pull request #996 from yuriks/texture-copy
Yuri Kunde Schlesner
2015-08-15
Merge pull request #1033 from bbarenblat/master
Yuri Kunde Schlesner
2015-08-16
GPU: Implement TextureCopy-mode display transfers
Yuri Kunde Schlesner
2015-08-16
Merge pull request #1032 from lioncash/swap
bunnei
2015-08-16
Kernel: Remove unused legacy heap MapBlock_* functions
Yuri Kunde Schlesner
2015-08-16
APT: Adjust shared font hack so it works with the new linear heap code
Yuri Kunde Schlesner
2015-08-16
Kernel: Implement svcGetProcessInfo in a basic way
Yuri Kunde Schlesner
2015-08-16
Kernel: Add more infrastructure to support different memory layouts
Yuri Kunde Schlesner
2015-08-16
HLE: Remove empty ConfigMem and SharedPage Shutdown functions
Yuri Kunde Schlesner
2015-08-16
Move core/mem_map.{cpp,h} => core/hle/kernel/memory.{cpp,h}
Yuri Kunde Schlesner
2015-08-16
Memory: Move address type conversion routines to memory.cpp/h
Yuri Kunde Schlesner
2015-08-16
Process: Store kernel compatibility version during loading
Yuri Kunde Schlesner
2015-08-16
Kernel: Properly implement ControlMemory FREE and COMMIT
Yuri Kunde Schlesner
2015-08-16
Memory: Move PAGE_MASK and PAGE_BITS to memory.h
Yuri Kunde Schlesner
2015-08-16
VMManager: Introduce names for used ResultCodes
Yuri Kunde Schlesner
2015-08-16
VMManager: Make LogLayout log level configurable as a parameter
Yuri Kunde Schlesner
2015-08-16
VMManager: Change block offsets to size_t
Yuri Kunde Schlesner
2015-08-15
vfp: use std::swap where applicable
Lioncash
2015-08-15
Shader: Initial implementation of x86_x64 JIT compiler for Pica vertex shaders.
bunnei
2015-08-15
Properly indicate that CIA support is not implemented yet
Benjamin Barenblat
2015-08-15
Give CIA file type a name
Benjamin Barenblat
2015-08-13
Merge pull request #1027 from lioncash/debugger
bunnei
2015-08-11
ARM Core, Video Core, CitraQt, Citrace: Use CommonTypes types instead of the ...
Emmanuel Gil Peyrot
2015-08-11
arm_disasm: ARMv6 mul/div and abs media instructions
aroulin
2015-08-11
arm_disasm: ARMv6 parallel add/sub media instructions
aroulin
2015-08-09
arm_disasm: ARMv6 reversal media instructions
aroulin
2015-08-09
arm_disasm: ARMv6 saturation media instructions
aroulin
[next]