index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
ptm
Age
Commit message (
Expand
)
Author
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2021-11-03
core: Remove unused includes
ameerj
2021-10-01
service: Replace service event creation with ServiceContext::CreateEvent
Morph
2021-06-02
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
2021-05-05
hle: kernel: Migrate KReadableEvent and KWritableEvent to KAutoObject.
bunnei
2021-05-05
hle: kernel: Ensure all kernel objects with KAutoObject are properly created.
bunnei
2021-05-05
hle: kernel: Migrate KEvent to KAutoObject.
bunnei
2021-02-05
hle: kernel: Reimplement KReadableEvent and KWritableEvent.
bunnei
2021-02-05
hle: kernel: Rename WritableEvent to KWritableEvent.
bunnei
2021-02-05
hle: kernel: Rename ReadableEvent to KReadableEvent.
bunnei
2021-01-25
Omit system reference
Chloe Marcec
2021-01-25
psm: IPsmSession
Chloe Marcec
2020-11-26
service: Eliminate usages of the global system instance
Lioncash
2020-06-29
service: Update function tables
VolcaEM
2020-04-29
psm: Mark as debug instead of warning
David Marcec
2018-10-21
psm: Stub GetChargerType
Zach Hilman
2018-10-20
psm: Stub GetBatteryChargePercentage
Zach Hilman
2018-10-20
service: Add skeleton for psm service
Zach Hilman
2017-10-10
hle: Remove a large amount of 3ds-specific service code.
bunnei
2017-06-18
ResultVal: Remove MoveFrom()
Yuri Kunde Schlesner
2017-05-24
FileSys: Move all result description to errors.h
Yuri Kunde Schlesner
2017-05-24
result: Make error description a generic integer
Yuri Kunde Schlesner
2017-05-19
use IPCHelper for PTM services
emmaus
2017-04-06
Merge pull request #2533 from Lectem/apt_ipchelper
bunnei
2017-03-25
ptm: create SharedExtSave file before openning it
wwylele
2017-03-18
IPCHelper Skip method + address comments for apt
Lectem
2017-03-18
move push out of class body and add u8 u16 bool specializations
Lectem
2017-03-18
refactor APT service to use the new IPC helpers
Lectem
2016-12-09
Merge pull request #2292 from lioncash/bool
Yuri Kunde Schlesner
2016-12-09
ptm: Use boolean instead of integral value
Lioncash
2016-12-08
service: Add the ptm:s service
Lioncash
2016-12-08
service: Add common ptm:u commands to other ptm services
Lioncash
2016-12-08
service: Drop '_Interface' in ptm service class names
Lioncash
2016-12-08
service: Add ptm::gets and ptm::sets services
Lioncash
2016-12-08
ptm: Update ptm_sysm function table
Lioncash
2016-11-19
PTM & CFG: use the correct path and error code according to the new FileSys p...
wwylele
2016-09-21
Use negative priorities to avoid special-casing the self-include
Yuri Kunde Schlesner
2016-09-18
Manually tweak source formatting and then re-run clang-format
Yuri Kunde Schlesner
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-05-24
New3DS: Minor style cleanup to #1520.
bunnei
2016-04-20
Implement CheckNew3DS and CheckNew3DSApp
JamePeng
2016-03-20
HLE/FS: Implemented GetFormatInfo
Subv
2016-02-12
BitField: Make trivially copyable and remove assignment operator
MerryMage
2016-02-02
services: Get rid of unnecessary includes
Lioncash
2015-12-30
services: Update some function tables
Lioncash
2015-10-24
Fix copy paste
Filiph Sandström
2015-10-23
Fix wrong branch
Filiph Sandström
2015-10-23
Add GetTotalStepCount Stub
Filiph Sandström
2015-10-23
Update ptm.h
Filiph Sandström
2015-05-29
Remove every trailing whitespace from the project (but externals).
Emmanuel Gil Peyrot
[next]