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
*
Mutex: Replace g_mutex_held_locks with a set inside Thread
Yuri Kunde Schlesner
2015-02-02
3
-23
/
+18
*
HID: Fix crash when pressing a key when the emulator is stopped
Yuri Kunde Schlesner
2015-02-02
1
-0
/
+2
*
SVC: Enable CloseHandle, clean up DuplicateHandle
Yuri Kunde Schlesner
2015-02-02
1
-9
/
+5
*
Kernel: Fix bug in HandleTable::Close
Yuri Kunde Schlesner
2015-02-02
1
-1
/
+1
*
Kernel: Remove Object::GetHandle (it's not used anymore :D)
Yuri Kunde Schlesner
2015-02-02
2
-9
/
+1
*
Kernel: Introduce unique Object ids for debugging
Yuri Kunde Schlesner
2015-02-02
4
-8
/
+16
*
Kernel: Use separate Handle tables for CoreTiming userdata
Yuri Kunde Schlesner
2015-02-02
4
-18
/
+25
*
Kernel: Remove previous scheduled event when a Timer is re-Set
Yuri Kunde Schlesner
2015-02-02
1
-0
/
+3
*
FS: Remove use of GetHandle
Yuri Kunde Schlesner
2015-02-02
1
-1
/
+1
*
Thread: Modernize two functions that slipped through previous rebases
Yuri Kunde Schlesner
2015-02-02
4
-18
/
+16
*
Service: Store function names as const char* instead of std::string
Yuri Kunde Schlesner
2015-02-02
1
-6
/
+6
*
Service: Clean-up Interface
Yuri Kunde Schlesner
2015-02-02
46
-67
/
+54
*
Make Port/Service registration and querying more HW-accurate
Yuri Kunde Schlesner
2015-02-02
4
-106
/
+80
*
Filesys: Move creation of Handles for File/Directory to service handlers
Yuri Kunde Schlesner
2015-02-02
3
-32
/
+33
*
Merge pull request #517 from bunnei/blend-factors
Tony Wasserka
2015-02-01
2
-10
/
+67
|
\
|
*
Pica: Implement blend factors.
bunnei
2015-01-31
2
-10
/
+67
*
|
Merge pull request #514 from rohit-n/fix-warnings
bunnei
2015-02-01
3
-5
/
+5
|
\
\
|
*
|
Silence a few warnings.
Rohit Nirmal
2015-01-30
3
-5
/
+5
*
|
|
Merge pull request #525 from lioncash/armwarn
bunnei
2015-02-01
2
-6
/
+3
|
\
\
\
|
*
|
|
vfp: Get rid of some compile warnings
Lioncash
2015-01-31
2
-6
/
+3
*
|
|
|
arm: Clean up ARMul_State
Lioncash
2015-01-31
5
-138
/
+84
|
/
/
/
*
|
|
arm: Adios armemu
Lioncash
2015-01-31
19
-8603
/
+166
*
|
|
Merge pull request #512 from lioncash/assignment
Tony Wasserka
2015-01-31
2
-4
/
+4
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
shared_memory: Fix assignments in SharedMemory::Map
Lioncash
2015-01-30
2
-4
/
+4
|
|
/
*
|
dyncom: clean up arm_dyncom_dec.h
Lioncash
2015-01-30
1
-43
/
+2
*
|
arm: Move headers over to pragma once
Lioncash
2015-01-30
7
-31
/
+11
*
|
arm: Get rid of armcpu.h and skyeye_types.h
Lioncash
2015-01-30
6
-115
/
+0
*
|
arm: Clean out armos.h and armmmu.h
Lioncash
2015-01-30
2
-181
/
+23
*
|
Merge pull request #513 from lioncash/cleanup
bunnei
2015-01-30
6
-1667
/
+168
|
\
\
|
*
|
arm: Throw out a lot of unnecessary code
Lioncash
2015-01-30
6
-1536
/
+56
|
*
|
armdefs: Move some defines over to enums
Lioncash
2015-01-30
1
-131
/
+112
|
|
/
*
|
loader: Add missing printf argument
Lioncash
2015-01-30
1
-1
/
+1
*
|
archive: Fix initializer list order for the File class.
Lioncash
2015-01-30
1
-1
/
+1
*
|
apt_u: Fix missing printf specifiers
Lioncash
2015-01-30
1
-2
/
+2
|
/
*
Kernel: Mark all appropriate kernel objects as "final"
Yuri Kunde Schlesner
2015-01-30
7
-8
/
+7
*
SVC: Use CASCADE_RESULT in SVC handlers
Yuri Kunde Schlesner
2015-01-30
2
-77
/
+32
*
Remove result.h InvalidHandle
Yuri Kunde Schlesner
2015-01-30
4
-30
/
+32
*
SVC: Change return type of handlers to ResultCode
Yuri Kunde Schlesner
2015-01-30
2
-132
/
+127
*
Kernel: Convert Event to not use Handles
Yuri Kunde Schlesner
2015-01-30
10
-152
/
+151
*
Kernel: Convert Timer to (mostly) not use Handles
Yuri Kunde Schlesner
2015-01-30
3
-111
/
+112
*
Kernel: Convert Mutex to not use Handles
Yuri Kunde Schlesner
2015-01-30
5
-114
/
+110
*
Kernel: Convert AddressArbiter to not use Handles
Yuri Kunde Schlesner
2015-01-30
3
-38
/
+55
*
Kernel: Convert Semaphore to not use Handles
Yuri Kunde Schlesner
2015-01-30
3
-67
/
+88
*
Kernel: Convert SharedMemory to not use Handles
Yuri Kunde Schlesner
2015-01-30
8
-102
/
+107
*
Common: Fix SCOPE_EXIT to actually create unique identifiers.
Yuri Kunde Schlesner
2015-01-30
2
-1
/
+7
*
Additions to ResultVal to make it more convenient to use.
Yuri Kunde Schlesner
2015-01-30
1
-1
/
+25
*
Move VAddr/PAddr typedefs to kernel.h
Yuri Kunde Schlesner
2015-01-30
2
-9
/
+7
*
Kernel: Remove useless/duplicated comments; mark functions static
Yuri Kunde Schlesner
2015-01-30
6
-32
/
+8
*
Merge pull request #412 from purpasmart96/svc_table_cleanup
bunnei
2015-01-28
1
-7
/
+7
|
\
|
*
SVC: Update the SVC function table
purpasmart96
2015-01-26
1
-7
/
+7
[next]