gdkchan
703be1931a
Fix time returning epoch time in milliseconds rather than in seconds
8 years ago
Rozlette
ad64e7e86d
logging: add missing NVDRV subclass to macro list
8 years ago
N00byKing
afa1ed6ad9
Correct Spelling
8 years ago
Subv
b0489c9a64
Services: Added a todo about returning interfaces as domain objects in lm, hid and time.
8 years ago
Subv
7efa6e8801
Time: Don't create unnecessary ports when retrieving the clock service sessions.
8 years ago
Subv
1003996e80
HID: Don't create an unnecessary port in CreateAppletResource.
8 years ago
Subv
1a9c96e4de
LM: Don't create an unnecessary port in Initialize.
8 years ago
Subv
67c43e9200
IPC: Don't create an unnecessary port when using PushIpcInterface outside of a domain.
8 years ago
gdkchan
832009bfdb
Stub OpenAudioOut and fix a issue with HID IAppletResource being created more than once
8 years ago
Subv
10c67bf395
AppletOE: Stubbed CreateManagedDisplayLayer to create a new layer in the Default display.
This function is used by libnx to obtain a new layer.
8 years ago
Subv
eb58f852f8
AppletOE: Make ISelfController keep a reference to nvflinger.
It'll be needed when we implement CreateManagedDisplayLayer.
8 years ago
Subv
42859461f3
Services: Vi shouldn't be responsible for creating nvflinger.
It is now created during Service initialization and passed to all the services that need it.
8 years ago
Subv
8d7686ff8e
VI: Move BufferQueue and NVFlinger to their own folder/namespace.
8 years ago
st4rk
07355cf7cc
Added stubs for audio services. ( #116 )
* stubs for audout:u, audin:u, audrec:u, audren:u, codecctl and decoding tables with nullptr for future implementations
* fixing the changes requested (remove private, explicit)
8 years ago
David
eeb3b5eed7
Added nvmemp, Added /dev/nvhost-ctrl, SetClientPID now stores pid ( #114 )
* Added nvmemp, Added /dev/nvhost-ctrl, SetClientPID now stores pid
* used clang-format-3.9 instead
* lowercase pid
* Moved nvmemp handlers to cpp
* Removed unnecessary logging for NvOsGetConfigU32. Cleaned up log and changed to LOG_DEBUG
* using std::arrays instead of c arrays
* nvhost get config now uses std::array completely
* added pid logging back
* updated cmakelist
* missing includes
* added array, removed memcpy
* clang-format6.0
8 years ago
Lioncash
06d2e1bd23
nvmap: Add a return 0 underneath the UNIMPLEMENTED macro
This macro resolves to an empty macro in release builds.
8 years ago
Lioncash
687a17acae
nvmap: Make IoctlCommands an enum class
Prevents the enum values from polluting the surrounding scope
8 years ago
bunnei
5035d18baa
file_sys: Clang format fixes.
8 years ago
bunnei
8e50d6002b
fsp_srv: Various improvements to IStorage:Read implementation.
8 years ago
bunnei
d9a91d7678
deconstructed_rom_directory: Implement istorage loading for RomFS.
8 years ago
David Marcec
d64b7d7dfd
filesystem: Implement basic IStorage functionality.
8 years ago
bunnei
00851a5ef4
file_sys: Cleanup to better match Switch file system constructs.
file_sys: Add factory class for RomFS file system.
8 years ago
bunnei
1c06c918af
file_sys: Remove disk_archive, savedata_archive, and title_metadata.
8 years ago
bunnei
7988f02489
archive_backend: Minor changes to match Switch IFileSystem.
8 years ago
bunnei
2f71a32363
file_sys: Repurpose 3DS IVFC code for Switch ROMFS.
8 years ago
Rozlette
425a78ec1b
gdbstub: Update registers and sizes for aarch64
This gets gdbstub working at least to the point where clients can
communicate with it.
What works:
- Reading/writing GPRegs
- Reading/writing memory
- Interrupting the emulated program and continuing
What does NOT work:
- Breakpoints. Sizes have been updated to u64, but support will need to be
added in the interpreter for them to work.
- VRegs. Mostly because my gdb was having issues with 128-bit regs for
some reason. However, the current u128 representation is a bit
awkward to use and should probably be updated first.
8 years ago
Subv
749043c809
VI: Implement the Query transaction of IHOSBinderDriver, and stubbed some results.
8 years ago
Matthew Brener
af871f8966
Fix spelling error in CMakeLists
Minor spelling error of its --> it's
8 years ago
tgsm
07cfab72e0
service/time: remove accidental #pragmas
8 years ago
Rozlette
3315af8f09
loader: Minor style fix in deconstructed_rom_directory
8 years ago
James Rowe
096be16636
Format: Run the new clang format on everything
8 years ago
Rozlette
de7aa3106a
memory: Return false for large VAddr in IsValidVirtualAddress
8 years ago
bunnei
386df282a3
loader: Clean up ctors and includes.
8 years ago
bunnei
e75aba3ed0
loader: Add DeconstructedRomDirectory for game dumps.
8 years ago
bunnei
023aef053c
loader: Refactor to also pass filepath into IdentifyType.
8 years ago
bunnei
2dafd0d287
nso: Remove code specific to directory loading.
8 years ago
River City Ransomware
c8a094e164
Port citra #3352 to yuzu ( #103 )
* Port citra #3352 to yuzu
This change allows non x86_64 architectures to compile yuzu by skipping the building of dynarmic
* Fixed clang-format errors
* fixes more clang-format errors
8 years ago
David
0b6da0c1ab
Added CreateSharedMemory & UNIMPLEMENTED() for non existent services. ( #113 )
* Added svcCreateSharedMemory
* Services which are not implemented now throw UNIMPLEMENTED()
* clang-format
* changed perms to u32
* removed camelcase
8 years ago
River City Ransomware
dd62f125c3
Fixes some cast warnings, partial port of citra #3064 ( #106 )
* Fixes some cast warnings, partially fixes citra #3064
* Converted casts to uint32_t to u32
* Ran clang-format
8 years ago
goaaats
c457f34eb2
acc, set, applet_oe: stub various functions, add set service ( #105 )
* Stubs for various acc:u0 funcs needed
* Stub for GetDesiredLanguage in IApplicationFunctions
* Add set service + stubs needed for games
* Fix formatting
* Implement IProfile, IManagerForApplication, return bool in CheckAvailability, style fixes
* Remove IProfile::Get(needs more research), fix IPC response sizes
8 years ago
Rozlette
d9ca9d3472
ISelfController: Stub LockExit and UnlockExit
8 years ago
bunnei
deec326ddf
time: Add new line to ends of files.
8 years ago
bunnei
1d49680613
applet_oe: Clang-format.
8 years ago
bunnei
e27accc15d
time: Stub out GetTotalLocationNameCount and some cleanup.
8 years ago
bunnei
de646cef2d
nvdrv: Stub SetClientPID.
8 years ago
bunnei
e1ee8f4657
svc: Fix svcGetInfo MapRegionBaseAddr.
8 years ago
bunnei
d80991977a
svc: Add additional fields to MemoryInfo struct.
8 years ago
gdkchan
8f13499bb8
Fix dispdrv typo
8 years ago
Lioncash
5e46a9bb2b
qt: Migrate to Qt 5 signal/slot connection syntax where applicable
8 years ago
Evgeni Danailov
cb3ab6ec77
ui: Rename almost all classes in configuration_input.ui ( #99 )
* Rename verticalLayout_25 to verticalLayout_23.
* Rename almost all classes.
8 years ago