index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
ptm
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
core: Remove unused includes
ameerj
2021-11-04
1
-1
/
+0
*
service: Replace service event creation with ServiceContext::CreateEvent
Morph
2021-10-02
1
-11
/
+13
*
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
2021-06-02
1
-8
/
+8
*
hle: kernel: Migrate KReadableEvent and KWritableEvent to KAutoObject.
bunnei
2021-05-06
1
-3
/
+3
*
hle: kernel: Ensure all kernel objects with KAutoObject are properly created.
bunnei
2021-05-06
1
-0
/
+1
*
hle: kernel: Migrate KEvent to KAutoObject.
bunnei
2021-05-06
1
-9
/
+8
*
hle: kernel: Reimplement KReadableEvent and KWritableEvent.
bunnei
2021-02-05
1
-7
/
+9
*
hle: kernel: Rename WritableEvent to KWritableEvent.
bunnei
2021-02-05
1
-2
/
+2
*
hle: kernel: Rename ReadableEvent to KReadableEvent.
bunnei
2021-02-05
1
-1
/
+1
*
Omit system reference
Chloe Marcec
2021-01-25
1
-2
/
+1
*
psm: IPsmSession
Chloe Marcec
2021-01-25
1
-2
/
+114
*
service: Eliminate usages of the global system instance
Lioncash
2020-11-27
2
-4
/
+8
*
service: Update function tables
VolcaEM
2020-06-29
1
-0
/
+1
*
psm: Mark as debug instead of warning
David Marcec
2020-04-29
1
-7
/
+14
*
psm: Stub GetChargerType
Zach Hilman
2018-10-22
2
-24
/
+27
*
psm: Stub GetBatteryChargePercentage
Zach Hilman
2018-10-21
2
-1
/
+14
*
service: Add skeleton for psm service
Zach Hilman
2018-10-21
2
-0
/
+70
*
hle: Remove a large amount of 3ds-specific service code.
bunnei
2017-10-10
12
-605
/
+0
*
ResultVal: Remove MoveFrom()
Yuri Kunde Schlesner
2017-06-19
1
-1
/
+1
*
FileSys: Move all result description to errors.h
Yuri Kunde Schlesner
2017-05-25
1
-1
/
+2
*
result: Make error description a generic integer
Yuri Kunde Schlesner
2017-05-25
1
-1
/
+1
*
use IPCHelper for PTM services
emmaus
2017-05-19
3
-31
/
+45
*
Merge pull request #2533 from Lectem/apt_ipchelper
bunnei
2017-04-06
2
-4
/
+10
|
\
|
*
IPCHelper Skip method + address comments for apt
Lectem
2017-03-18
1
-1
/
+1
|
*
move push out of class body and add u8 u16 bool specializations
Lectem
2017-03-18
1
-1
/
+1
|
*
refactor APT service to use the new IPC helpers
Lectem
2017-03-18
2
-4
/
+10
*
|
ptm: create SharedExtSave file before openning it
wwylele
2017-03-25
1
-1
/
+1
|
/
*
Merge pull request #2292 from lioncash/bool
Yuri Kunde Schlesner
2016-12-09
1
-1
/
+1
|
\
|
*
ptm: Use boolean instead of integral value
Lioncash
2016-12-09
1
-1
/
+1
*
|
service: Add the ptm:s service
Lioncash
2016-12-08
3
-0
/
+14
*
|
service: Add common ptm:u commands to other ptm services
Lioncash
2016-12-08
4
-0
/
+54
*
|
service: Drop '_Interface' in ptm service class names
Lioncash
2016-12-08
7
-14
/
+14
*
|
service: Add ptm::gets and ptm::sets services
Lioncash
2016-12-08
5
-0
/
+86
*
|
ptm: Update ptm_sysm function table
Lioncash
2016-12-08
3
-6
/
+7
|
/
*
PTM & CFG: use the correct path and error code according to the new FileSys policy
wwylele
2016-11-19
1
-1
/
+1
*
Use negative priorities to avoid special-casing the self-include
Yuri Kunde Schlesner
2016-09-21
3
-3
/
+3
*
Manually tweak source formatting and then re-run clang-format
Yuri Kunde Schlesner
2016-09-19
3
-4
/
+3
*
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-09-18
6
-74
/
+82
*
New3DS: Minor style cleanup to #1520.
bunnei
2016-05-24
1
-2
/
+2
*
Implement CheckNew3DS and CheckNew3DSApp
JamePeng
2016-04-20
3
-3
/
+25
*
HLE/FS: Implemented GetFormatInfo
Subv
2016-03-20
1
-1
/
+1
*
BitField: Make trivially copyable and remove assignment operator
MerryMage
2016-02-12
1
-2
/
+2
*
services: Get rid of unnecessary includes
Lioncash
2016-02-02
4
-8
/
+4
*
services: Update some function tables
Lioncash
2015-12-30
1
-1
/
+2
*
Fix copy paste
Filiph Sandström
2015-10-24
1
-1
/
+1
*
Fix wrong branch
Filiph Sandström
2015-10-23
1
-0
/
+12
*
Add GetTotalStepCount Stub
Filiph Sandström
2015-10-23
1
-1
/
+1
*
Update ptm.h
Filiph Sandström
2015-10-23
1
-0
/
+8
*
Remove every trailing whitespace from the project (but externals).
Emmanuel Gil Peyrot
2015-05-29
2
-4
/
+4
*
PTM: Changed the way the ptm services are handled to be like the
purpasmart96
2015-05-12
5
-125
/
+112
*
Common: Remove common.h
Yuri Kunde Schlesner
2015-05-07
1
-1
/
+1
*
FileSys: Clean-up includes, de-inline destructors
Yuri Kunde Schlesner
2015-05-07
1
-1
/
+2
*
Services: Initialize all state variables at bootup.
bunnei
2015-05-02
1
-2
/
+5
*
ptm_sysm: Add static specifier to IsLegacyPowerOff
Lioncash
2015-04-25
1
-1
/
+1
*
Services: Stubs and minor changes
purpasmart96
2015-04-03
2
-4
/
+4
*
Services: Moved the PTM and APT services to their own folder
Subv
2015-03-04
8
-0
/
+392