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
*
Merge pull request #2569 from wwylele/wrap-unwrap
bunnei
2017-02-25
16
-6
/
+567
|
\
|
*
APT: implement Wrap and Unwrap
wwylele
2017-02-21
5
-6
/
+149
|
*
HW: add AES engine & implement AES-CCM
wwylele
2017-02-21
11
-0
/
+418
*
|
Merge pull request #2421 from Subv/timers
Yuri Kunde Schlesner
2017-02-24
3
-16
/
+36
|
\
\
|
*
|
Timers: Return an error when calling SetTimer with negative timeouts.
Subv
2017-02-21
1
-0
/
+5
|
*
|
Timers: Immediately signal the timer if it was started with an initial value ...
Subv
2017-02-21
2
-16
/
+31
*
|
|
Use QFileSystemWatcher to reload the game list when a change is detected. (#2...
James Rowe
2017-02-23
2
-1
/
+51
*
|
|
Merge pull request #2441 from jroweboy/titlebar
bunnei
2017-02-23
6
-5
/
+32
|
\
\
\
|
*
|
|
Gui: Change title bar to include build name
James Rowe
2017-02-23
6
-5
/
+32
*
|
|
|
[UI] Modify recursive scanning label (#2589)
Anthony
2017-02-22
1
-1
/
+1
|
/
/
/
*
|
|
Merge pull request #2585 from MerryMage/sxtb16-sxtab16
bunnei
2017-02-19
1
-4
/
+4
|
\
\
\
|
*
|
|
dyncom: Correct SXTAB16 and SXTB16
MerryMage
2017-02-18
1
-4
/
+4
*
|
|
|
Merge pull request #2580 from yuriks/qt-cleanup2
Yuri Kunde Schlesner
2017-02-19
4
-96
/
+83
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Qt: Move some connections from .ui file to code
Yuri Kunde Schlesner
2017-02-18
2
-38
/
+3
|
*
|
|
Qt: Reorganize connection of menu events
Yuri Kunde Schlesner
2017-02-18
2
-13
/
+23
|
*
|
|
Qt: Re-organize setup of debugging widgets
Yuri Kunde Schlesner
2017-02-18
4
-39
/
+51
|
*
|
|
Qt: Fix action name to match conventions
Yuri Kunde Schlesner
2017-02-18
2
-6
/
+6
*
|
|
|
OpenGL: Check if uniform block exists before updating it (#2581)
Jannik Vogel
2017-02-18
1
-29
/
+30
|
/
/
/
*
|
|
Qt: Make IsSingleFileDropEvent static
Yuri Kunde Schlesner
2017-02-17
1
-1
/
+1
*
|
|
Qt: Allow any file extension in Open dialog
Yuri Kunde Schlesner
2017-02-17
1
-2
/
+3
*
|
|
Qt: Remove orpahned function declaration
Yuri Kunde Schlesner
2017-02-17
1
-6
/
+0
*
|
|
Qt: Remove unnecessary std::string usage
Yuri Kunde Schlesner
2017-02-17
2
-14
/
+15
*
|
|
HID: move enable_accelerometer/gyroscope_count initialization into Init() (#2...
Weiyi Wang
2017-02-16
1
-2
/
+5
*
|
|
added drag n drop feature
noah the goodra
2017-02-16
2
-1
/
+41
*
|
|
Merge pull request #2571 from wwylele/missing-file
Mat M
2017-02-15
1
-0
/
+1
|
\
\
\
|
*
|
|
core: add missing errors.h in CMakeLists.txt
wwylele
2017-02-15
1
-0
/
+1
*
|
|
|
video_core: remove #pragma once in cpp file (#2570)
Weiyi Wang
2017-02-15
2
-4
/
+0
|
/
/
/
*
|
|
Merge pull request #2566 from yuriks/file-extension-suffix
Weiyi Wang
2017-02-14
1
-1
/
+1
|
\
\
\
|
*
|
|
Qt/GameList: Use suffix() to parse the file extension
Yuri Kunde Schlesner
2017-02-13
1
-1
/
+1
|
|
|
/
|
|
/
|
*
|
|
HLE/IPC: Fix uninitialized variables in helpers (#2568)
Yuri Kunde Schlesner
2017-02-13
1
-3
/
+3
*
|
|
applied the change suggested by @wwylele
noah the goodra
2017-02-13
1
-0
/
+1
*
|
|
NWM changed to NIM
noah the goodra
2017-02-13
1
-1
/
+1
*
|
|
turned clang format back on
noah the goodra
2017-02-13
1
-1
/
+1
*
|
|
added http service enum to the log.h file
noah the goodra
2017-02-13
1
-0
/
+1
|
/
/
*
|
Merge pull request #2562 from yuriks/pica-refactor3
Yuri Kunde Schlesner
2017-02-13
12
-563
/
+661
|
\
\
|
*
|
SWRasterizer: Move more framebuffer functions to file
Yuri Kunde Schlesner
2017-02-12
3
-100
/
+105
|
*
|
SWRasterizer: Move texturing functions to their own file
Yuri Kunde Schlesner
2017-02-12
4
-210
/
+259
|
*
|
SWRasterizer: Convert large no-capture lambdas to standalone functions
Yuri Kunde Schlesner
2017-02-12
1
-315
/
+310
|
*
|
SWRasterizer: Move framebuffer operation functions to their own file
Yuri Kunde Schlesner
2017-02-12
4
-236
/
+285
|
*
|
VideoCore: Move software rasterizer files to sub-directory
Yuri Kunde Schlesner
2017-02-12
8
-12
/
+12
*
|
|
Core: add cryptopp library (#2412)
Weiyi Wang
2017-02-13
1
-1
/
+2
*
|
|
Merge pull request #2561 from wwylele/fs-rom
Yuri Kunde Schlesner
2017-02-13
9
-60
/
+295
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
loader: use self NCCH archive
wwylele
2017-02-13
6
-90
/
+7
|
*
|
file_sys: add Self NCCH archive
wwylele
2017-02-13
5
-0
/
+318
|
|
/
*
|
video_core/shader: Document sanitized MUL operation
Yuri Kunde Schlesner
2017-02-12
1
-0
/
+8
*
|
Merge pull request #2550 from yuriks/pica-refactor2
Yuri Kunde Schlesner
2017-02-12
19
-140
/
+133
|
\
\
|
*
|
VideoCore: Split u64 Pica reg unions into 2 separate u32 unions
Yuri Kunde Schlesner
2017-02-09
1
-36
/
+42
|
*
|
VideoCore: Force enum sizes to u32 in LightingRegs
Yuri Kunde Schlesner
2017-02-09
1
-4
/
+4
|
*
|
OpenGL: Remove unused duplicate of IsPassThroughTevStage
Yuri Kunde Schlesner
2017-02-09
1
-12
/
+0
|
*
|
VideoCore: Split regs.h inclusions
Yuri Kunde Schlesner
2017-02-09
14
-25
/
+47
[next]