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
*
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
|
*
|
Pica/Regs: Use binary search to look up reg names
Yuri Kunde Schlesner
2017-02-09
3
-16
/
+11
|
*
|
VideoCore: Use union to index into Regs struct
Yuri Kunde Schlesner
2017-02-08
2
-46
/
+28
|
|
/
*
|
citra-qt: Don't attempt to scan files with unsupported extensions (#2402)
Kloen Lansfiel
2017-02-12
3
-4
/
+20
*
|
core: Free AppLoader on shutdown to release file (#2558)
Yuri Kunde Schlesner
2017-02-11
1
-9
/
+2
*
|
hid: remove the touch field from PadState (#2557)
Weiyi Wang
2017-02-11
2
-6
/
+0
*
|
video_core: Fix benign out-of-bounds indexing of array (#2553)
Yuri Kunde Schlesner
2017-02-10
1
-2
/
+1
|
/
*
Merge pull request #2482 from yuriks/pica-refactor
Yuri Kunde Schlesner
2017-02-08
37
-2427
/
+2635
|
\
|
*
VideoCore: Move Regs to its own file
Yuri Kunde Schlesner
2017-02-04
26
-662
/
+681
|
*
VideoCore: Split shader regs from Regs struct
Yuri Kunde Schlesner
2017-02-04
9
-102
/
+116
|
*
VideoCore: Split geometry pipeline regs from Regs struct
Yuri Kunde Schlesner
2017-02-04
9
-264
/
+292
|
*
VideoCore: Split lighting regs from Regs struct
Yuri Kunde Schlesner
2017-02-04
6
-312
/
+341
|
*
VideoCore: Split framebuffer regs from Regs struct
Yuri Kunde Schlesner
2017-02-04
11
-457
/
+503
|
*
VideoCore: Split texturing regs from Regs struct
Yuri Kunde Schlesner
2017-02-04
17
-507
/
+548
|
*
VideoCore: Split rasterizer regs from Regs struct
Yuri Kunde Schlesner
2017-02-04
14
-188
/
+219
*
|
Use std::array<u8,2> instead of u8[2] to fix MSVC build
Lectem
2017-02-05
1
-1
/
+1
*
|
Merge pull request #2027 from Lectem/ipcrefactor
Weiyi Wang
2017-02-05
6
-68
/
+364
|
\
\
|
|
/
|
/
|
|
*
fix wwylele's comment and use typename in templates
Lectem
2017-02-05
1
-4
/
+4
|
*
fix comments alignment
Lectem
2016-12-30
1
-22
/
+22
[next]