index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
kernel: memory: Add MemoryManager class, to manage page heaps.
bunnei
2020-04-17
3
-0
/
+276
*
kernel: memory: Add MemoryBlockManager class, to manage memory blocks.
bunnei
2020-04-17
3
-0
/
+256
*
kernel: memory: Add PageHeap class, to manage a heap of pages.
bunnei
2020-04-17
3
-0
/
+483
*
kernel: memory: Add PageLinkedList class, to manage a list of pages.
bunnei
2020-04-17
2
-0
/
+94
*
kernel: memory: Add system_control code, which will be used for ASLR support.
bunnei
2020-04-17
3
-0
/
+61
*
physical_memory: Add missing include for <vector>.
bunnei
2020-04-17
1
-0
/
+2
*
kernel: memory: Add MemoryBlock class, for managing memory blocks and their s...
bunnei
2020-04-17
2
-0
/
+316
*
kernel: memory: Add memory_types.h, for things that are commonly used in memo...
bunnei
2020-04-17
2
-0
/
+19
*
kernel: memory: Add SlabHeap class, for managing memory heaps.
bunnei
2020-04-17
2
-0
/
+162
*
kernel: memory: Add AddressSpaceInfo class, for managing the memory address s...
bunnei
2020-04-17
3
-0
/
+166
*
core: device_manager: Add a simple class to manage device RAM.
bunnei
2020-04-17
5
-1
/
+118
*
dynarmic: Enable strict alignment checks.
bunnei
2020-04-17
1
-1
/
+4
*
common: scope_exit: Implement mechanism for canceling a scope exit.
bunnei
2020-04-17
1
-1
/
+8
*
core: memory: Move to Core::Memory namespace.
bunnei
2020-04-17
37
-98
/
+100
*
common: alignment: Add a helper function for generic alignment checking.
bunnei
2020-04-17
1
-0
/
+7
*
core: kernel: Add svc_types header to include SVC-specific types.
bunnei
2020-04-17
3
-0
/
+70
*
core: kernel: Move SVC to its own namesapce.
bunnei
2020-04-17
5
-9
/
+9
*
kernel: resource_limit: Improvements to implementation.
bunnei
2020-04-17
2
-12
/
+50
*
loader: nso: Fix loading of static objects to be properly sized and aligned.
bunnei
2020-04-17
1
-19
/
+9
*
common: common_funcs: Add a macro for defining enum flag operators.
bunnei
2020-04-17
1
-0
/
+32
*
process: SetupMainThread: Zero out argument on process start.
bunnei
2020-04-17
1
-0
/
+2
*
arm_interface: Ensure ThreadContext is zero'd out.
bunnei
2020-04-17
1
-16
/
+16
*
Merge pull request #3671 from lioncash/switch
bunnei
2020-04-16
1
-0
/
+2
|
\
|
*
kernel/thread: Resolve -Wswitch warnings
Lioncash
2020-04-15
1
-0
/
+2
*
|
Merge pull request #3673 from lioncash/extra
bunnei
2020-04-16
26
-70
/
+93
|
\
\
|
*
|
CMakeLists: Specify -Wextra on linux builds
Lioncash
2020-04-15
26
-70
/
+93
*
|
|
Merge pull request #3600 from ReinUsesLisp/no-pointer-buf-cache
Fernando Sahmkow
2020-04-16
14
-228
/
+90
|
\
\
\
|
*
|
|
buffer_cache: Return handles instead of pointer to handles
ReinUsesLisp
2020-04-16
14
-228
/
+90
*
|
|
|
externals: Move LibreSSL linking to httplib.
Markus Wick
2020-04-16
2
-11
/
+3
*
|
|
|
input_common: Use the CMake target instead of the variable.
Markus Wick
2020-04-16
1
-1
/
+1
*
|
|
|
Merge pull request #3659 from bunnei/time-calc-standard-user
Rodrigo Locatti
2020-04-16
3
-1
/
+25
|
\
\
\
\
|
*
|
|
|
service: time: Implement CalculateStandardUserSystemClockDifferenceByUser.
bunnei
2020-04-14
3
-1
/
+25
|
|
/
/
/
*
|
|
|
Merge pull request #3689 from lioncash/unused-var
Rodrigo Locatti
2020-04-16
1
-1
/
+0
|
\
\
\
\
|
*
|
|
|
decode/shift: Remove unused variable within Shift()
Lioncash
2020-04-16
1
-1
/
+0
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge pull request #3688 from lioncash/nequal
Rodrigo Locatti
2020-04-16
2
-0
/
+5
|
\
\
\
\
|
*
|
|
|
surface_view: Add missing operator!= to ViewParams
Lioncash
2020-04-16
2
-0
/
+5
|
|
/
/
/
*
|
|
|
Merge pull request #3680 from lioncash/static
Rodrigo Locatti
2020-04-16
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
gl_device: Mark stage_swizzle as constexpr
Lioncash
2020-04-15
1
-1
/
+1
|
|
/
/
/
*
|
|
|
Merge pull request #3687 from lioncash/constness
Rodrigo Locatti
2020-04-16
1
-2
/
+2
|
\
\
\
\
|
*
|
|
|
surface_base: Make IsInside() a const member function
Lioncash
2020-04-15
1
-2
/
+2
|
|
/
/
/
*
|
|
|
Merge pull request #3685 from lioncash/copies
Rodrigo Locatti
2020-04-16
1
-3
/
+3
|
\
\
\
\
|
*
|
|
|
control_flow: Make use of std::move in TryInspectAddress()
Lioncash
2020-04-15
1
-3
/
+3
|
|
/
/
/
*
|
|
|
Merge pull request #3683 from lioncash/docs
bunnei
2020-04-15
2
-5
/
+5
|
\
\
\
\
|
*
|
|
|
video_core: Amend doxygen comment references
Lioncash
2020-04-15
2
-5
/
+5
|
|
/
/
/
*
|
|
|
Merge pull request #3649 from FernandoS27/3d-fix
Rodrigo Locatti
2020-04-15
1
-0
/
+6
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Texture Cache: Read current data when flushing a 3D segment.
Fernando Sahmkow
2020-04-15
1
-0
/
+6
|
|
/
/
*
|
|
Merge pull request #3612 from ReinUsesLisp/red
Fernando Sahmkow
2020-04-15
5
-70
/
+141
|
\
\
\
|
*
|
|
shader/memory: Implement RED.E.ADD
ReinUsesLisp
2020-04-06
5
-28
/
+99
|
*
|
|
shader/memory: Add "using std::move"
ReinUsesLisp
2020-04-06
1
-11
/
+13
|
*
|
|
shader/memory: Minor fixes in ATOM
ReinUsesLisp
2020-04-06
1
-32
/
+30
[next]