index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
common
/
alignment.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-10-07
alignment: Resolve allocator construction issues on debug
Lioncash
1
-0
/
+5
2019-10-07
alignment: Specify trait definitions within the allocator
Lioncash
1
-0
/
+5
2019-07-20
Common/Alignment: Add noexcept where required.
Fernando Sahmkow
1
-5
/
+5
2019-07-19
Kernel: Address Feedback
Fernando Sahmkow
1
-3
/
+2
2019-07-19
Common: Correct alignment allocator to work on C++14 or higher.
Fernando Sahmkow
1
-37
/
+19
2019-07-19
VM_Manager: Align allocated memory to 256bytes
Fernando Sahmkow
1
-0
/
+79
2019-06-24
common/alignment: Address feedback
ReinUsesLisp
1
-2
/
+3
2019-06-21
video_core: Use un-shifted block sizes to avoid integer divisions
ReinUsesLisp
1
-0
/
+5
2018-10-18
common: Add function for checking word alignment to alignment.h
Lioncash
1
-0
/
+6
2018-10-18
common: Move Is4KBAligned() to alignment.h
Lioncash
1
-0
/
+6
2018-09-15
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
1
-2
/
+2
2018-08-08
common: Convert type traits templates over to variable template versions where applicable
Lioncash
1
-2
/
+2
2016-03-13
PICA: Align vertex attributes
Jannik Vogel
1
-0
/
+22