index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
mii
/
mii.cpp
Age
Commit message (
Expand
)
Author
2025-01-14
Revert incorrect copyright attribution for non-contributed files
Zephyron
2024-12-31
chore: update project references and add Citron copyright
Zephyron
2024-02-14
service: set: Migrate ISystemSettingsServer to new IPC
Narr the Reg
2024-02-01
service: use const references for input raw data
Liam
2024-01-29
service: mii: Set arguments as const
Narr the Reg
2024-01-26
service: mii: Migrate service to new interface
Narr the Reg
2023-09-21
am: mii_edit: Implement DB operations
Narr the Reg
2023-09-18
service: mii: Address review comments
german77
2023-09-17
service: mii: Implement the rest of the service
german77
2023-09-11
mii: service: Address review
german77
2023-09-11
mii: Prepare Interface for new implementation
german77
2023-09-10
service: mii: separate mii types into their own file
german77
2023-09-10
service: mii: Add mii util and result
german77
2023-08-08
core: remove ResultVal type
Liam
2023-03-01
service: move hle_ipc from kernel
Liam
2023-02-21
service: refactor server architecture
Liam
2022-09-07
core: nfp: Implement Convert and RecreateApplicationArea, accuracy fixes
Narr the Reg
2022-06-26
core: Replace all instances of ResultCode with Result
german77
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2021-10-07
service: Reduce header include overhead
Morph
2021-07-14
service: Append service name prefix to common filenames
Morph
2021-06-02
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
2021-05-16
core: Make variable shadowing a compile-time error
Lioncash
2020-11-26
service: Eliminate usages of the global system instance
Lioncash
2020-10-27
service: Update function tables
Lioncash
2020-07-11
hle: service: mii: Rewrite service to properly support creation of random and...
bunnei
2019-11-24
Merge pull request #3094 from lioncash/tables
bunnei
2019-11-12
service: Update function tables
Lioncash
2019-11-12
service: Resolve sign conversion errors
Lioncash
2019-07-06
mii: Implement IDatabaseService SetInterfaceVersion
Zach Hilman
2019-04-25
mii: Implement Delete and Destroy file
Zach Hilman
2019-04-25
mii: Implement IsUpdated command (IPC 0)
Zach Hilman
2019-04-25
mii: Implement IDatabaseService commands using MiiManager
Zach Hilman
2018-07-27
service: Add mii services
Lioncash