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
*
ldr: Cleanup NRO & NRR structs
David Marcec
2020-06-28
1
-8
/
+8
*
Merge pull request #4026 from VolcaEM/ldr
David
2020-06-28
1
-38
/
+73
|
\
|
*
Move SHA256Hash to its original position
VolcaEM
2020-06-18
1
-2
/
+2
|
*
Remove unnecessary pragmas
VolcaEM
2020-06-16
1
-8
/
+0
|
*
Revert IsValidNRO refactor but make it more readable
VolcaEM
2020-06-16
1
-26
/
+13
|
*
Update assert string
VolcaEM
2020-06-16
1
-1
/
+1
|
*
Clang-format again
VolcaEM
2020-06-14
1
-2
/
+2
|
*
Use consistent variable names
VolcaEM
2020-06-14
1
-4
/
+4
|
*
Clang-format
VolcaEM
2020-06-14
1
-1
/
+2
|
*
Make assert strings consistent
VolcaEM
2020-06-14
1
-3
/
+3
|
*
Attempt to fix crashes in SSBU and refactor IsValidNRO
VolcaEM
2020-06-14
1
-36
/
+59
|
*
Address review comments
VolcaEM
2020-06-02
1
-4
/
+4
|
*
Add comment to nrr_kind
VolcaEM
2020-05-31
1
-1
/
+1
|
*
ldr: Update NRR/NRO structs
VolcaEM
2020-05-31
1
-40
/
+72
*
|
Merge pull request #4184 from VolcaEM/patch-9
David
2020-06-28
1
-0
/
+3
|
\
\
|
*
|
Oops (fix typo)
VolcaEM
2020-06-27
1
-1
/
+1
|
*
|
grc: Update function table
VolcaEM
2020-06-27
1
-0
/
+3
*
|
|
Merge pull request #4185 from VolcaEM/patch-10
David
2020-06-28
1
-0
/
+1
|
\
\
\
|
*
|
|
lbl: Update function table
VolcaEM
2020-06-27
1
-0
/
+1
|
|
/
/
*
|
|
Merge pull request #4186 from VolcaEM/patch-11
David
2020-06-28
1
-0
/
+1
|
\
\
\
|
*
|
|
ldn: Update function table
VolcaEM
2020-06-27
1
-0
/
+1
|
|
/
/
*
|
|
Merge pull request #4187 from VolcaEM/patch-12
David
2020-06-28
1
-0
/
+6
|
\
\
\
|
*
|
|
mig: Update function table
VolcaEM
2020-06-27
1
-0
/
+6
|
|
/
/
*
|
|
Merge pull request #4188 from VolcaEM/patch-13
David
2020-06-28
1
-16
/
+16
|
\
\
\
|
*
|
|
mm: Update function table
VolcaEM
2020-06-27
1
-16
/
+16
|
|
/
/
*
|
|
Merge pull request #4189 from VolcaEM/patch-14
David
2020-06-28
1
-10
/
+10
|
\
\
\
|
*
|
|
ncm: Update function table
VolcaEM
2020-06-27
1
-10
/
+10
|
|
/
/
*
|
|
Merge pull request #4190 from VolcaEM/patch-15
David
2020-06-28
1
-3
/
+3
|
\
\
\
|
*
|
|
nfc: Update function table
VolcaEM
2020-06-27
1
-3
/
+3
|
|
/
/
*
|
|
Merge pull request #4183 from VolcaEM/patch-8
David
2020-06-28
1
-0
/
+6
|
\
\
\
|
*
|
|
friend: Update function table
VolcaEM
2020-06-27
1
-0
/
+6
|
|
/
/
*
|
|
Merge pull request #3396 from FernandoS27/prometheus-1
David
2020-06-28
22
-3
/
+1646
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Common: Fix non-conan build
Fernando Sahmkow
2020-06-26
1
-1
/
+2
|
*
|
Tests/HostTiming: Correct GCC Compile error.
Fernando Sahmkow
2020-06-18
1
-15
/
+14
|
*
|
Common/Fiber: Address Feedback and Correct Memory leaks.
Fernando Sahmkow
2020-06-18
2
-34
/
+41
|
*
|
Common/Fiber: Implement Rewind on Boost Context.
Fernando Sahmkow
2020-06-18
2
-2
/
+39
|
*
|
Common/uint128: Correct MSVC Compilation in old versions.
Fernando Sahmkow
2020-06-18
1
-0
/
+4
|
*
|
Common/Fiber: Document fiber interexchange.
Fernando Sahmkow
2020-06-18
1
-1
/
+4
|
*
|
Common/Fiber: Implement Rewinding.
Fernando Sahmkow
2020-06-18
3
-2
/
+84
|
*
|
Common/Fiber: Additional corrections to f_context.
Fernando Sahmkow
2020-06-18
1
-4
/
+4
|
*
|
Common/Fiber: Correct f_context based Fibers.
Fernando Sahmkow
2020-06-18
1
-6
/
+8
|
*
|
Host Timing: Correct clang format.
Fernando Sahmkow
2020-06-18
1
-1
/
+0
|
*
|
HostTiming: Correct rebase and implement AddTicks.
Fernando Sahmkow
2020-06-18
2
-1
/
+19
|
*
|
Core/HostTiming: Allow events to be advanced manually.
Fernando Sahmkow
2020-06-18
4
-31
/
+47
|
*
|
Common/Tests: Address Feedback
Fernando Sahmkow
2020-06-18
9
-39
/
+51
|
*
|
Common: Make MinGW build use Windows Fibers instead of fcontext_t
Fernando Sahmkow
2020-06-18
2
-4
/
+4
|
*
|
Common/Tests: Clang Format.
Fernando Sahmkow
2020-06-18
7
-31
/
+41
|
*
|
Common: Correct fcontext fibers.
Fernando Sahmkow
2020-06-18
1
-5
/
+4
|
*
|
Common: Refactor & Document Wall clock.
Fernando Sahmkow
2020-06-18
6
-51
/
+50
|
*
|
Common: Implement WallClock Interface and implement a native clock for x64
Fernando Sahmkow
2020-06-18
10
-40
/
+378
[next]