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 #225 from bunnei/fix-release-mutex
bunnei
2014-11-30
1
-8
/
+7
|
\
|
*
Mutex: Changed behavior to always release mutex for all threads.
bunnei
2014-11-26
1
-8
/
+7
*
|
Merge pull request #226 from bunnei/svc-and-thread-fixes
bunnei
2014-11-30
2
-1
/
+6
|
\
\
|
*
|
Thread: Check that thread is actually in "wait state" when verifying wait.
bunnei
2014-11-26
1
-1
/
+1
|
*
|
SVC: Add debug log to ArbitrateAddress.
bunnei
2014-11-26
1
-0
/
+2
|
*
|
SVC: SleepThread should yield to the next ready thread.
bunnei
2014-11-26
1
-0
/
+3
|
|
/
*
|
Merge pull request #228 from linkmauve/glfw-error
bunnei
2014-11-30
1
-2
/
+6
|
\
\
|
*
|
GLFW: Add an error callback before calling glfwInit()
Emmanuel Gil Peyrot
2014-11-29
1
-2
/
+6
*
|
|
Merge pull request #235 from yuriks/dyncom-map
bunnei
2014-11-30
1
-33
/
+15
|
\
\
\
|
*
|
|
dyncom: Use unordered_map rather than the terrible 2-level bb_map
Yuri Kunde Schlesner
2014-11-29
1
-33
/
+15
|
|
/
/
*
/
/
arm_dyncom_interpreter: Get rid of unused var warnings
Lioncash
2014-11-29
1
-4
/
+2
|
/
/
*
|
Fixed formatting and switch statement warnings
vaguilar
2014-11-27
7
-11
/
+13
*
|
Remove unused includes to common/thread.h
Emmanuel Gil Peyrot
2014-11-25
2
-3
/
+0
|
/
*
Use pointers instead of passing handles around in some functions.
Yuri Kunde Schlesner
2014-11-24
1
-19
/
+15
*
Remove duplicated docs/update them for changed parameters.
Yuri Kunde Schlesner
2014-11-24
10
-88
/
+0
*
HLE: Revamp error handling throrough the HLE code
Yuri Kunde Schlesner
2014-11-24
23
-310
/
+689
*
Change some SkyEye defines to const ints
Yuri Kunde Schlesner
2014-11-24
2
-34
/
+16
*
Merge pull request #191 from archshift/deletexyz
bunnei
2014-11-23
8
-26
/
+194
|
\
|
*
Added DeleteFile and DeleteDirectory functions to FS:USER and the archives.
archshift
2014-11-23
8
-26
/
+194
*
|
Add more services and some fixes, along with more "override"
purpasmart96
2014-11-20
26
-17
/
+464
*
|
Merge pull request #211 from linkmauve/master
bunnei
2014-11-19
83
-446
/
+446
|
\
\
|
*
|
Remove tabs in all files except in skyeye imports and in generated GL code
Emmanuel Gil Peyrot
2014-11-19
14
-169
/
+169
|
*
|
Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ...
Emmanuel Gil Peyrot
2014-11-19
74
-282
/
+282
*
|
|
Merge pull request #208 from lioncash/statics
bunnei
2014-11-19
5
-69
/
+69
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Add static to some variables
Lioncash
2014-11-18
5
-69
/
+69
*
|
|
Merge pull request #165 from neobrain/viewport-scaling
bunnei
2014-11-18
11
-83
/
+281
|
\
\
\
|
*
|
|
citra GLFW: Ignore minimal window size hints.
Tony Wasserka
2014-11-18
1
-8
/
+2
|
*
|
|
EmuWindow: Add some explicit documentation and set proper minimal client area...
Tony Wasserka
2014-11-18
1
-2
/
+4
|
*
|
|
citra-qt: Small cleanup.
Tony Wasserka
2014-11-18
1
-2
/
+1
|
*
|
|
EmuWindow: Add a TODO.
Tony Wasserka
2014-11-18
1
-0
/
+1
|
*
|
|
MathUtil: Make Rectangle work with unsigned types.
Tony Wasserka
2014-11-18
1
-4
/
+5
|
*
|
|
OpenGL Renderer: Cleanup viewport extent calculation.
Tony Wasserka
2014-11-18
2
-44
/
+29
|
*
|
|
EmuWindow: Better document the purpose of OnMinimalClientAreaChangeRequest.
Tony Wasserka
2014-11-18
1
-0
/
+7
|
*
|
|
EmuWindow: Remove window title getters/setters.
Tony Wasserka
2014-11-18
4
-28
/
+10
|
*
|
|
EmuWindow: Add documentation.
Tony Wasserka
2014-11-18
1
-18
/
+57
|
*
|
|
EmuWindow: Add support for specifying minimal client area sizes.
Tony Wasserka
2014-11-18
5
-8
/
+58
|
*
|
|
Fixup EmuWindow interface and implementations thereof.
Tony Wasserka
2014-11-18
6
-76
/
+127
|
*
|
|
Viewport scaling and display density independence
Kevin Hartman
2014-11-18
7
-4
/
+89
|
*
|
|
Add a GUI logging channel.
Tony Wasserka
2014-11-18
2
-0
/
+2
|
|
/
/
*
|
|
Merge pull request #207 from lioncash/docs
Tony Wasserka
2014-11-18
3
-3
/
+3
|
\
\
\
|
*
|
|
Fix documentation of parameters
Lioncash
2014-11-18
3
-3
/
+3
|
|
/
/
*
|
|
Merge pull request #209 from lioncash/warn
Tony Wasserka
2014-11-18
1
-1
/
+1
|
\
\
\
|
*
|
|
directory_sdmc: Fix a signed/unsigned mismatch comparison
Lioncash
2014-11-18
1
-1
/
+1
|
|
/
/
*
|
|
Merge pull request #210 from lioncash/typedef
Tony Wasserka
2014-11-18
1
-10
/
+10
|
\
\
\
|
*
|
|
system: Get rid of an unnecessary enum typedef
Lioncash
2014-11-18
1
-10
/
+10
|
|
/
/
*
/
/
Remove extraneous semicolons
Lioncash
2014-11-18
8
-8
/
+8
|
/
/
*
/
core: Mark some hle functions as static
Lioncash
2014-11-17
6
-48
/
+48
|
/
*
Archive: Fixed to not destroy archive handle on close.
bunnei
2014-11-17
1
-3
/
+3
*
Archive: Fixed close archive before freeing.
bunnei
2014-11-17
1
-1
/
+1
*
FS_User: Support FileSye::Path in a more generic way.
bunnei
2014-11-17
2
-42
/
+76
[next]