6245 Commits (b3e0f46ee6c107790076c28396205cc2d536aaae)

Author SHA1 Message Date
Lioncash b3e0f46ee6 service/hid: Add the hidbus, hid:dbg, hid:sys, and hid:tmp services 8 years ago
Lioncash 3d37adc01f service/hid: Add the xcd:sys service 8 years ago
Lioncash 8724896db5 service/hid: Add irs services 8 years ago
Lioncash ad74c3c324 service: Add the grc:c service 8 years ago
Subv b994374b5c GPU: Allow using R16F as a render target format. 8 years ago
fearlessTobi d037602d5c Port #3665 from Citra 8 years ago
fearlessTobi 6335002f55 Port #3641 from Citra 8 years ago
Lioncash 1c50f01de8 service: Add the nim services 8 years ago
Lioncash 6116b53dfb service: Add ldn services 8 years ago
Lioncash 961ee4e3ea service/sockets: Add ethc:c and ethc:i services 8 years ago
Lioncash 8827701e2a service/sockets: Add missing bsdcfg socket service 8 years ago
Lioncash fe262212e1 service: Add ldr services 8 years ago
Lioncash 6570f0cd5c lm: Move LM's class declaration into the cpp file 8 years ago
Lioncash 24db60566b lm: Amend names of Initialize() in Logger and Initialize() in LM 8 years ago
Lioncash a35847e520 lm: Add missing function entry to Logger's function table 8 years ago
Lioncash cb8bf2372d service: Add eupld services 8 years ago
Lioncash bbdc41e153 service: Add the erpt services 8 years ago
Unknown aad2bf10a8 Implement R16_G16 8 years ago
Lioncash 7e87e94e33 service/nvdrv: Take std::string in Open() by const reference 8 years ago
Lioncash 858c831282 service/nvdrv: Use std::move where applicable 8 years ago
Lioncash 71f9a85a01 service/nifm: Deduplicate interface code 8 years ago
Lioncash c96ea0051d service: Add pm services 8 years ago
Lioncash 6dcc80c285 wait_tree: Add missing switch case for WaitTreeThread::GetText() 8 years ago
Lioncash 397d500e33 service: Add the es service 8 years ago
Lioncash 11931ccf6a time: Add the time:a service 8 years ago
Subv a99c559c69 GPU: Use the right texture format for sRGBA framebuffers. 8 years ago
Subv 6c114256ca GPU: Allow the use of Z24S8 as a texture format. 8 years ago
Subv b4ae8432b4 GPU: Implemented the Z32_S8_X24 depth buffer format. 8 years ago
Subv 72cb7ab18b GPU: Allow using Z32 as a texture format. 8 years ago
Subv 1930980a26 GPU: Allow the usage of R8 as a render target format. 8 years ago
Subv 3b77420f15 GPU: Remove the assert that required the CODE_ADDRESS to be 0. 8 years ago
Subv d10cc9c548 GPU: Implemented the R16 and R16F texture formats. 8 years ago
Lioncash 6bbabfe848 gl_rasterizer: Replace magic number with GL_INVALID_INDEX in SetupConstBuffers() 8 years ago
Lioncash 7300872843 gl_rasterizer: Use std::string_view instead of std::string when checking for extensions 8 years ago
Lioncash 2aa1ec7f8d gl_rasterizer: Use in-class member initializers where applicable 8 years ago
Lioncash 4cab632ba6 video_core/memory_manager: Replace a loop with std::array's fill() function in PageSlot() 8 years ago
Lioncash 38ad89a19b video_core/memory_manager: Avoid repeated unnecessary page slot lookups 8 years ago
Lioncash 8dd50ecfb6 deconstructed_rom_directory: Remove unused FindRomFS() function 8 years ago
Lioncash 7449b47e7f friend: Add friend:m, friend:s, and friend:v services 8 years ago
Lioncash 4ac9553a75 friend/interface: Add missing CreateDaemonSuspendSessionService() to the function handler table 8 years ago
Lioncash a8473054f0 friend: Deduplicate interfaces 8 years ago
Lioncash 46a1bbceea svc: Resolve sign comparison warnings in WaitSynchronization() 8 years ago
Lioncash 5bd30caa5c svc: Log parameters in SetMemoryAttribute() 8 years ago
Lioncash bf002d355b time: Simplify interface creation 8 years ago
MerryMage 672d7dd573 core_timing: Split off utility functions into core_timing_util 8 years ago
MerryMage 86834affbb CMakeLists: Sort filenames 8 years ago
Lioncash 8bfaf576fb wait_tree: Silence warning about all code paths not returning a value 8 years ago
Lioncash 01efb33957 set_sys: Implement SetColorSetId() 8 years ago
Lioncash 506fb32dd5 ipc_helper: Add helper member function for popping enum values to RequestParser 8 years ago
bunnei 772c408826 gl_rasterizer: Implement texture border color. 8 years ago