115 Commits (0ad5964c8b6d7141c6f2a542901a97a280edc545)

Author SHA1 Message Date
archshift 0ad5964c8b Add support for UTF-16 strings for LowPaths in FS:USER 11 years ago
archshift 04c90c395d Added CreateDirectory function to service/fs.cpp, and in Archive. 11 years ago
archshift 40a84833ae Added ReceiveNotification, PublishToSubscriber unimplemented functions to SRV 11 years ago
archshift c22923f8c4 Added stub err:f service. 11 years ago
purpasmart96 539b4c883d Added a bunch of services 11 years ago
archshift ed797a4354 FS:USER - Implemented IsSdmcDetected 11 years ago
Gareth Poole 38df9e96dd Renamed souce files of services to match port names 11 years ago
Yuri Kunde Schlesner d72708c1f5 Add `override` keyword through the code. 11 years ago
Emmanuel Gil Peyrot 2d960f5040 Don’t fail on empty filename in OpenFileDirectly, return the archive handle instead 11 years ago
archshift 366ae1b351 hid.cpp: Fixed crash when updating pad data while null 11 years ago
purpasmart96 20f15f31dd APT: Added a stub for the "GlanceParameter" function. 11 years ago
purpasmart96 1d0ac47832 Added some more names to the function table 11 years ago
purpasmart96 7d6f7684e1 added "StoreDataCache" to the function table 11 years ago
Emmanuel Gil Peyrot 99bfa4ae1f FS: Implement OpenArchive, OpenDirectory, OpenFile and OpenFileDirectly calls. 11 years ago
Kevin Hartman 02fd19b2f6 Added support for multiple input device types for KeyMap and connected Qt. 11 years ago
Kevin Hartman 4a94ec934a Initial HID PAD work, with GLFW only. 12 years ago
Kevin Hartman bb7ddede15 Created structure for PAD. 12 years ago
archshift 6e606c515f core: Prune redundant includes 11 years ago
Lioncash d30747efea core: Pass string by reference in FetchFromPortName and DeleteService 11 years ago
bunnei ae93adddd1 srv::Initialize: Return "success" status code. 12 years ago
bunnei fb908b9395 srv::Initialize: Return "success" status code. 12 years ago
Tony Wasserka 26ade98411 Pica/citra-qt: Replace command list view and command list debugging code with something more sophisticated. 12 years ago
Tony Wasserka 14b24a75b3 GSP: Update framebuffer information when necessary. 12 years ago
Tony Wasserka 590c206ac8 GSP: Implement SetBufferSwap. 12 years ago
Tony Wasserka e832bbe554 GSP: Add a helper function for convenience. 12 years ago
Lioncash 98fa3f7cba Core: Alter the kernel string functions to use std::string instead of const char*. 12 years ago
bunnei 091f6cf55b HID: Added new function entries from 3dbrew to FunctionTable. 12 years ago
Tony Wasserka 7b6a7d7dfb Pica/GPU: Change hardware registers to use physical addresses rather than virtual ones. 12 years ago
Tony Wasserka bd798390d5 GSP: Fix a major regression introduced in ffda035c, due to which no display transfers were triggered at all anymore. 12 years ago
Tony Wasserka 9c781a6c76 Remove the fancy RegisterSet class introduced in 4c2bff61e. 12 years ago
bunnei 552287498a HID: Implemented HID_User::GetIPCHandles service function. 12 years ago
bunnei cad2f21985 GSP: Cleaned up command buffer decoding. 12 years ago
bunnei 36fd1c169e GSP: Added reinitialization of other state objects. 12 years ago
bunnei 4e9f305ed2 GSP: Removed dumb GX prefixes to functions/structs in GSP namespace. 12 years ago
bunnei 99e404e221 GSP: Removed unnecessary GX_FinishCommand function. 12 years ago
bunnei ec14ffe1cd GSP: Implements preliminary command synchronization via GPU interrupts. 12 years ago
bunnei 1b247b8031 SRV: Updated GetProcSemaphore to create an event instead of a mutex. 12 years ago
bunnei 81fa804b3c FS: Fix port name (old port name was based on an unaligned memory read). 12 years ago
Tony Wasserka 4b141791ed GSP: Add a few comments. 12 years ago
Tony Wasserka 9b0d0c81a0 GSP: Clean up GX command processing a lot and treat command id as a u8 rather than a u32. 12 years ago
Tony Wasserka 75775e9ef4 GPU: Make use of RegisterSet. 12 years ago
Tony Wasserka baf0aa04f5 GPU: Emulate memory fills. 12 years ago
Tony Wasserka ec9511e1db GSP: HLE GXCommandId::SET_DISPLAY_TRANSFER and GXCommandId::SET_TEXTURE_COPY. 12 years ago
Tony Wasserka cb8f49b7ea GSP: Implement ReadHWRegs and WriteHWRegs properly. 12 years ago
bunnei 7b7a435094 GSP: Fixed to use real shared memory object, various cleanups. 12 years ago
bunnei 17a6148f9d FileSys: Added preliminary support for applications reading the RomFS archive. 12 years ago
bunnei 82702fedb8 APT: Added stubbed ReceiveParameter and various cleanups. 12 years ago
bunnei 48e39fc992 FS: Added stubbed code to intercept and decode file system service functions. 12 years ago
bunnei c95972275e HLE: Updated all uses of NULL to nullptr (to be C++11 compliant) 12 years ago
bunnei d7363322c7 HLE: Updated various handle debug assertions to be more clear. 12 years ago