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
...
|
*
|
Updated AM with more service names.
Hexagon12
2018-04-10
1
-2
/
+82
*
|
|
Service/SSL: update service according switchbrew
mailwl
2018-04-11
2
-1
/
+98
*
|
|
Service/ACC: convert to module, add acc:aa, acc:su, acc:u1 services
mailwl
2018-04-10
11
-127
/
+342
|
/
/
*
|
Merge pull request #314 from jroweboy/tegra-progress-3b
bunnei
2018-04-07
9
-173
/
+274
|
\
\
|
*
|
Fix clang format issues
James Rowe
2018-04-06
1
-1
/
+1
|
*
|
GPU: Assert when finding a texture with a format type other than UNORM.
Subv
2018-04-06
2
-4
/
+16
|
*
|
GL: Set up the textures used for each draw call.
Subv
2018-04-06
2
-2
/
+39
|
*
|
GL: Bind the textures to the shaders used for drawing.
Subv
2018-04-06
1
-2
/
+11
|
*
|
GLCache: Specialize the MortonCopy function for the DXT1 texture format.
Subv
2018-04-06
1
-1
/
+15
|
*
|
GLCache: Implemented GetTextureSurface.
Subv
2018-04-06
1
-3
/
+28
|
*
|
GLCache: Support uploading compressed textures to the GPU.
Subv
2018-04-06
1
-5
/
+17
|
*
|
GL: Remove remaining references to 3DS-specific pixel formats
Subv
2018-04-06
1
-83
/
+22
|
*
|
RasterizerCache: Remove 3DS-specific pixel formats.
Subv
2018-04-06
2
-71
/
+32
|
*
|
GL: Create the sampler objects when starting up the GL rasterizer.
Subv
2018-04-06
1
-0
/
+6
|
*
|
GL: Ported the SamplerInfo struct from citra.
Subv
2018-04-06
2
-1
/
+59
|
*
|
GL: Rename PicaTexture to MaxwellTexture.
Subv
2018-04-06
2
-2
/
+2
|
*
|
GL: Added functions to convert Maxwell tex filters and wrap modes to OpenGL.
Subv
2018-04-06
1
-0
/
+23
|
*
|
Textures: Added a helper function to know if a texture is blocklinear or pitch.
Subv
2018-04-06
1
-0
/
+5
*
|
|
Merge pull request #315 from jroweboy/spelling-fix
bunnei
2018-04-07
2
-3
/
+3
|
\
\
\
|
*
|
|
Fix spelling of Initialize
James Rowe
2018-04-07
2
-3
/
+3
|
|
/
/
*
/
/
Prevent crash from uninitialized telemetry
James Rowe
2018-04-07
1
-2
/
+1
|
/
/
*
|
Merge pull request #310 from N00byKing/patch-1
bunnei
2018-04-06
5
-10
/
+10
|
\
\
|
*
|
rasterizer_interface.h: Update from citra to yuzu
N00byKing
2018-04-04
1
-3
/
+3
|
*
|
default_ini.h: Update from citra to yuzu
N00byKing
2018-04-04
1
-1
/
+1
|
*
|
gl_rasterizer_cache.cpp: Update from citra to yuzu
N00byKing
2018-04-04
1
-1
/
+1
|
*
|
gl_rasterizer_cache.h: Update from citra to yuzu
N00byKing
2018-04-04
1
-3
/
+3
|
*
|
renderer_opengl.h: Update from citra to yuzu
N00byKing
2018-04-04
1
-2
/
+2
*
|
|
core, main.h: Abort on 32Bit ROMs (#309)
N00byKing
2018-04-06
5
-1
/
+17
*
|
|
Update fmtlib to fix msvc warnings
James Rowe
2018-04-05
2
-5
/
+8
|
/
/
*
|
svc: Stub out SetThreadActivity, GetThreadContext.
bunnei
2018-04-02
2
-2
/
+19
*
|
audren_u: Stub out GetActiveAudioDeviceName.
bunnei
2018-04-02
1
-1
/
+13
*
|
audout_u: Implement GetAudioOutState.
bunnei
2018-04-02
1
-1
/
+8
*
|
nifm: GetResult does not return a data field.
bunnei
2018-04-02
1
-2
/
+1
*
|
vi: Implement GetDisplayResolution.
bunnei
2018-04-02
2
-0
/
+26
*
|
shared_memory: Remove incorrect 3ds-specific check.
bunnei
2018-04-02
1
-12
/
+0
*
|
service: Add friend:u interface.
bunnei
2018-04-02
4
-0
/
+41
*
|
logging: Change FmtLogMessage to use variadic template instead of FMT_VARIADIC
Daniel Lim Wee Soong
2018-04-03
2
-5
/
+11
*
|
Merge pull request #262 from daniellimws/fmtlib-macros
bunnei
2018-04-02
11
-68
/
+112
|
\
\
|
*
|
Remove dependency chrono
Daniel Lim Wee Soong
2018-03-22
1
-1
/
+0
|
*
|
Change "yuzu starting..." to be logged with the new macro
Daniel Lim Wee Soong
2018-03-22
1
-1
/
+1
|
*
|
Logging: Create logging macros based on fmtlib
Daniel Lim Wee Soong
2018-03-22
10
-67
/
+112
*
|
|
Merge pull request #267 from N00byKing/patch-1
bunnei
2018-04-02
2
-14
/
+14
|
\
\
\
|
*
|
|
yuzu.cpp: Update Link from citra to yuzu
N00byKing
2018-03-26
1
-1
/
+1
|
*
|
|
main.cpp: Replace Citra with yuzu Wiki Links
N00byKing
2018-03-25
1
-4
/
+4
|
*
|
|
main.cpp: Update Dialog from citra to yuzu
N00byKing
2018-03-25
1
-11
/
+11
*
|
|
|
Merge pull request #276 from N00byKing/acctoyuzu
bunnei
2018-04-02
4
-10
/
+10
|
\
\
\
\
|
*
|
|
|
telemetry.h: Reword comment from citra to yuzu
N00byKing
2018-03-27
1
-1
/
+1
|
*
|
|
|
telemetry_session.h: Reword Documentation Comment from citra to yuzu
N00byKing
2018-03-27
1
-2
/
+2
|
*
|
|
|
Remove Links to citra Services
N00byKing
2018-03-27
1
-2
/
+2
|
*
|
|
|
Change Telemetry Names to yuzu
N00byKing
2018-03-27
2
-5
/
+5
[prev]
[next]