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
*
Pica: Add support for dumping textures.
Tony Wasserka
2014-08-25
5
-3
/
+179
*
Pica/Math: Improved the design of the Vec2/Vec3/Vec4 classes and simplified r...
Tony Wasserka
2014-08-25
3
-98
/
+133
*
Pica/VertexShader: Fix a bug in the bitfield definitions and add the "negate"...
Tony Wasserka
2014-08-25
2
-14
/
+92
*
Pica/citra-qt: Replace command list view and command list debugging code with...
Tony Wasserka
2014-08-25
8
-194
/
+142
*
Pica/CommandProcessor: Implement parameter masking.
Tony Wasserka
2014-08-25
2
-6
/
+25
*
Pica: Add debug utilities for dumping shaders.
Tony Wasserka
2014-08-25
4
-1
/
+227
*
Pica: Add debug utility functions for dumping geometry data.
Tony Wasserka
2014-08-25
6
-4
/
+123
*
GSP: Update framebuffer information when necessary.
Tony Wasserka
2014-08-25
2
-2
/
+41
*
GSP: Implement SetBufferSwap.
Tony Wasserka
2014-08-25
2
-1
/
+47
*
GSP: Add a helper function for convenience.
Tony Wasserka
2014-08-25
1
-17
/
+22
*
Pass format to the QGLWidget and use atomic instead of mutex.
Sacha
2014-08-25
2
-13
/
+5
*
Fix EmuThread loop by ensuring it exits properly.
Sacha
2014-08-25
2
-9
/
+29
*
Fix the threading for GL Context in Qt5.
Sacha
2014-08-25
4
-10
/
+21
*
Merge pull request #68 from archshift/readfile
bunnei
2014-08-22
4
-11
/
+88
|
\
|
*
Added FS functions to Archive and Archive_RomFS
archshift
2014-08-22
4
-11
/
+88
*
|
Merge pull request #46 from archshift/citrah
bunnei
2014-08-21
5
-14
/
+3
|
\
\
|
*
|
Removed unused citra.h
archshift
2014-08-19
6
-15
/
+3
*
|
|
Merge pull request #58 from lioncash/clamp
bunnei
2014-08-21
1
-0
/
+7
|
\
\
\
|
*
|
|
Common: Add a clamp function to math_utils.h
Lioncash
2014-08-19
1
-0
/
+7
*
|
|
|
ARM: Remove a forgotten const in vfp.
Emmanuel Gil Peyrot
2014-08-20
2
-2
/
+2
|
|
_
|
/
|
/
|
|
*
|
|
Revert "Removed redundant loop in EmuThread::run()"
archshift
2014-08-20
1
-7
/
+10
*
|
|
Merge pull request #60 from xsacha/qt5
bunnei
2014-08-19
1
-13
/
+19
|
\
\
\
|
*
|
|
Add Qt5 option. Use Qt5 by default.
Sacha
2014-08-19
1
-13
/
+19
*
|
|
|
Merge pull request #61 from lioncash/kernel-stuff
bunnei
2014-08-19
2
-5
/
+5
|
\
\
\
\
|
*
|
|
|
Core: Use std::array for managing kernel object space
Lioncash
2014-08-19
2
-5
/
+5
|
|
/
/
/
*
|
|
|
Merge pull request #59 from lioncash/fwddecl
bunnei
2014-08-19
1
-2
/
+0
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Common: Get rid of an unnecessary forward declaration in symbols.h
Lioncash
2014-08-18
1
-2
/
+0
|
|
/
/
*
|
|
Merge pull request #55 from lioncash/string
bunnei
2014-08-18
16
-41
/
+38
|
\
\
\
|
*
|
|
Core: Alter the kernel string functions to use std::string instead of const c...
Lioncash
2014-08-17
16
-41
/
+38
*
|
|
|
SVC: Added support for svc_GetSystemTick.
bunnei
2014-08-18
2
-19
/
+48
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #57 from lioncash/str
bunnei
2014-08-18
2
-2
/
+2
|
\
\
\
|
*
|
|
Common: Don't return a reference to a string when calling GetName in symbols.cpp
Lioncash
2014-08-18
2
-2
/
+2
|
|
/
/
*
/
/
CMake Cleanup
Sacha
2014-08-18
1
-23
/
+9
|
/
/
*
|
Merge pull request #52 from lioncash/memory
bunnei
2014-08-17
1
-5
/
+8
|
\
\
|
*
|
Common: Correctly set ptr to null if mmap fails in memory_util
Lioncash
2014-08-17
1
-5
/
+8
*
|
|
Merge pull request #49 from archshift/redundantloop
bunnei
2014-08-17
1
-10
/
+7
|
\
\
\
|
*
|
|
Removed redundant loop in EmuThread::run()
archshift
2014-08-16
1
-10
/
+7
|
|
/
/
*
|
|
Merge pull request #48 from linkmauve/master
bunnei
2014-08-17
1
-24
/
+23
|
\
\
\
|
*
|
|
mem_arena: Replace insecure temporary file creation with devshm, importing Do...
Emmanuel Gil Peyrot
2014-08-16
1
-24
/
+23
|
|
/
/
*
|
|
Merge pull request #51 from lioncash/pragma
bunnei
2014-08-17
40
-167
/
+61
|
\
\
\
|
*
|
|
Common: Move remaining C header includes over to their C++ equivalent
Lioncash
2014-08-17
8
-21
/
+20
|
*
|
|
Common: Move header guards over to pragma once
Lioncash
2014-08-17
33
-146
/
+41
|
|
/
/
*
|
|
Merge pull request #53 from lioncash/memmap
bunnei
2014-08-17
1
-4
/
+8
|
\
\
\
|
*
|
|
Core: Fix undefined behavior in mem_map_funcs' WriteBlock function
Lioncash
2014-08-17
1
-4
/
+8
|
|
/
/
*
/
/
Core: Fix a formatting error in svc.cpp
Lioncash
2014-08-17
1
-3
/
+2
|
/
/
*
/
Bootmanager: changed `filename` to std::string
archshift
2014-08-14
5
-10
/
+10
|
/
*
Merge pull request #43 from archshift/iftree
bunnei
2014-08-13
1
-13
/
+9
|
\
|
*
Simplified if-tree in extended_trace.cpp
archshift
2014-08-12
1
-13
/
+9
*
|
Merge pull request #42 from archshift/glexp
bunnei
2014-08-13
1
-3
/
+2
|
\
\
|
*
|
Use glewExperimental on Linux in order to fix GLFW-mode
archshift
2014-08-12
1
-3
/
+2
|
|
/
[next]