index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
arm: Change some more constants into enums
Lioncash
2015-02-11
2
-21
/
+30
*
arm: Remove TRUE/FALSE defines
Lioncash
2015-02-10
4
-28
/
+19
*
Merge pull request #553 from lioncash/denorm
bunnei
2015-02-10
2
-0
/
+6
|
\
|
*
vfp: Normalize accumulator for multiply accumulate instructions
Lioncash
2015-02-10
2
-0
/
+6
*
|
dyncom: Add more regs to MCR/MRC
Lioncash
2015-02-10
2
-18
/
+35
|
/
*
Scheduler refactor Pt. 1
Kevin Hartman
2015-02-09
7
-284
/
+287
*
Merge pull request #551 from bunnei/mutex-fixes
bunnei
2015-02-09
3
-20
/
+24
|
\
|
*
Mutex: Locks should be recursive.
bunnei
2015-02-09
2
-16
/
+20
|
*
WaitSynch: Always reschedule (verified behavior on hw).
bunnei
2015-02-09
1
-4
/
+4
*
|
vfpdouble: Fix the FTOUI NaN sign setting
Lioncash
2015-02-09
1
-1
/
+1
*
|
Throw more unused/unnecessary VFP code out
Lioncash
2015-02-09
3
-215
/
+1
*
|
vfp_helper: Convert some flags to enums. Throw out more duplicated FPSCR stuff
Lioncash
2015-02-09
4
-192
/
+153
*
|
vfp_helper: Normalize tabs to spaces
Lioncash
2015-02-09
1
-172
/
+170
|
/
*
vfp_helper: Remove unnecessary extern C blocks
Lioncash
2015-02-06
1
-17
/
+1
*
vfp: Move FPSID, FPEXC, and FPSCR values over to enums.
Lioncash
2015-02-06
3
-150
/
+104
*
Merge pull request #537 from lioncash/vfp
bunnei
2015-02-04
1
-6
/
+6
|
\
|
*
vfp: Fix VCVT
Lioncash
2015-02-04
1
-6
/
+6
*
|
Merge pull request #536 from lioncash/dead
bunnei
2015-02-04
2
-1765
/
+0
|
\
\
|
|
/
|
/
|
|
*
vfp: Throw out unused code
Lioncash
2015-02-04
2
-1765
/
+0
*
|
dyncom: Remove more unnecessary code
Lioncash
2015-02-03
1
-45
/
+3
|
/
*
core: Fix some warnings on OSX
Lioncash
2015-02-03
4
-6
/
+5
*
Kernel: Stop creating useless Handles during object creation
Yuri Kunde Schlesner
2015-02-02
18
-57
/
+41
*
Kernel: Make WaitObjects share ownership of Threads waiting on them
Yuri Kunde Schlesner
2015-02-02
6
-12
/
+17
*
Explicitly instantiate constructors/destructors for Kernel objects
Yuri Kunde Schlesner
2015-02-02
17
-8
/
+51
*
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 #514 from rohit-n/fix-warnings
bunnei
2015-02-01
1
-2
/
+2
|
\
|
*
Silence a few warnings.
Rohit Nirmal
2015-01-30
1
-2
/
+2
*
|
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
16
-8599
/
+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
[next]