index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Kernel: Fixed default thread priority.
bunnei
2015-04-09
2
-5
/
+4
*
|
Initialize base address to 0x0
Gareth Higgins
2015-04-08
1
-0
/
+1
|
/
*
Merge pull request #676 from purpasmart96/ir_service_refc
bunnei
2015-04-07
10
-55
/
+180
|
\
|
*
IR: Move The IR services to their own folder and implement "GetHandles"
purpasmart96
2015-04-03
10
-55
/
+180
*
|
Clean-up mem_map constants and fix framebuffer translation errors
Yuri Kunde Schlesner
2015-04-05
1
-4
/
+6
|
/
*
Merge pull request #641 from purpasmart96/service_stubs
bunnei
2015-04-03
16
-67
/
+402
|
\
|
*
Services: Stubs and minor changes
purpasmart96
2015-04-02
16
-67
/
+402
*
|
ConfigMem: Set the app memory to be 96MB instead of the default 64MB
purpasmart96
2015-03-23
1
-2
/
+2
|
/
*
Merge pull request #656 from Subv/nz
bunnei
2015-03-22
3
-24
/
+189
|
\
|
*
Service/FS: Document and log some unknown values.
Subv
2015-03-19
1
-1
/
+26
|
*
Services/FS: Implemented DeleteExtSaveData, CreateSystemSaveData and DeleteSy...
Subv
2015-03-14
3
-24
/
+164
*
|
Merge pull request #655 from purpasmart96/hid_fixes
bunnei
2015-03-17
4
-12
/
+72
|
\
\
|
*
|
HID: Proper Signal Interrupts for EnableAccelerometer & EnableGyroscopeLow along
purpasmart96
2015-03-16
4
-12
/
+72
|
|
/
*
/
arm_interface: Get rid of GetTicks.
Lioncash
2015-03-16
2
-5
/
+6
|
/
*
Merge pull request #642 from bunnei/touchpad
bunnei
2015-03-11
3
-130
/
+136
|
\
|
*
hid_user: Removed unnecessary includes.
bunnei
2015-03-11
1
-2
/
+0
|
*
HID: Removed unnecessary global variables.
bunnei
2015-03-11
2
-58
/
+42
|
*
HID: Added additional variable comments and some code cleanups.
bunnei
2015-03-10
2
-20
/
+29
|
*
HID: Complete refactor of pad/touch input to fix threading issues.
bunnei
2015-03-10
2
-111
/
+28
|
*
HID: Cleanup how `next_touch_index` is calculated for Pad and touch.
bunnei
2015-03-10
1
-2
/
+2
|
*
HID: Changed TouchDataEntry `valid` to a BitField and added some doc strings.
bunnei
2015-03-10
2
-4
/
+4
|
*
HID: Added static asserts to check register position in shared memory.
bunnei
2015-03-10
1
-2
/
+16
|
*
HID: Added functions to emulate the touchpad.
bunnei
2015-03-10
2
-0
/
+61
|
*
HID: Moved some docstrings to the header.
bunnei
2015-03-10
2
-24
/
+16
|
*
HID: Refactored shared memory decoding for touchpad support.
bunnei
2015-03-10
2
-33
/
+64
*
|
Merge pull request #629 from archshift/lcdfb
bunnei
2015-03-10
1
-6
/
+38
|
\
\
|
|
/
|
/
|
|
*
Added LCD registers, and implementation for color filling in OGL code.
archshift
2015-03-09
1
-17
/
+15
|
*
Implement SetLcdForceBlack, move register enum to hw.h
archshift
2015-03-05
1
-5
/
+39
*
|
Merge pull request #589 from kevinhartman/config-errors
bunnei
2015-03-09
1
-5
/
+10
|
\
\
|
*
|
Fix error message for bad config block request.
Kevin Hartman
2015-02-20
1
-5
/
+10
*
|
|
Merge pull request #538 from yuriks/perf-stat
Tony Wasserka
2015-03-07
1
-0
/
+6
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Add profiling infrastructure and widget
Yuri Kunde Schlesner
2015-03-01
1
-0
/
+6
*
|
|
Services: Moved the PTM and APT services to their own folder
Subv
2015-03-03
39
-1098
/
+1186
*
|
|
Merge pull request #622 from Subv/titles
Yuri Kunde Schlesner
2015-03-02
1
-8
/
+45
|
\
\
\
|
*
|
|
Services/AM: Stubbed TitleIDListGetTotal and GetTitleIDList.
Subv
2015-03-02
1
-8
/
+45
|
|
/
/
*
|
|
Merge pull request #623 from Subv/card
bunnei
2015-03-01
1
-1
/
+25
|
\
\
\
|
*
|
|
Services/FS: Stubbed CardSlotIsInserted to always return false
Subv
2015-02-28
1
-1
/
+25
|
|
/
/
*
|
|
Merge pull request #618 from lioncash/ref
bunnei
2015-03-01
1
-2
/
+2
|
\
\
\
|
*
|
|
result: Make comparison operators take references
Lioncash
2015-02-27
1
-2
/
+2
|
|
/
/
*
/
/
Services/PTM: Stubbed PTM_Sysm::IsLegacyPowerOff.
Subv
2015-02-28
1
-1
/
+13
|
/
/
*
|
Merge pull request #604 from Subv/arc_ssd
Yuri Kunde Schlesner
2015-02-25
2
-26
/
+42
|
\
\
|
*
|
Archives: Properly implemented the SystemSaveData archive.
Subv
2015-02-25
2
-26
/
+42
*
|
|
Services: Implemented Y2R_U::GetTransferEndEvent
Subv
2015-02-24
1
-1
/
+18
|
/
/
*
|
Merge pull request #595 from linkmauve/new-3ds-input
bunnei
2015-02-23
1
-0
/
+19
|
\
\
|
*
|
Frontends, HID: Add New 3DS specific pad buttons, and stub the touch one.
Emmanuel Gil Peyrot
2015-02-22
1
-0
/
+19
*
|
|
Merge pull request #581 from archshift/tfe
bunnei
2015-02-23
1
-1
/
+164
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Added information reporting from ThrowFatalError
archshift
2015-02-22
1
-1
/
+164
*
|
|
Merge pull request #588 from archshift/somebranch
bunnei
2015-02-20
1
-2
/
+3
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Misc cleanup of common and related functions
archshift
2015-02-19
1
-2
/
+3
|
|
/
*
/
Convert a few C stdlib asserts to Citra's own asserts
archshift
2015-02-18
1
-6
/
+4
|
/
[prev]
[next]