5822 Commits (82d43a3554bedde0afaf5c36be283c3f2075c0b2)

Author SHA1 Message Date
Lioncash f408606b79 service/audctl: Implement GetTargetVolumeMin() and GetTargetVolumeMax() 7 years ago
Zach Hilman 107d725af8 web_browser: Make OpenPage non-const 7 years ago
Zach Hilman 25f33928fc main: Add GMainWindow hooks for Error display 7 years ago
Zach Hilman 44eb5c65e8 general_backend: Move StubApplet and add backend PhotoViewer 7 years ago
Zach Hilman a8dbc0e299 general_frontend: Add frontend scaffold for PhotoViewer applet 7 years ago
Zach Hilman 93cbd91f56 frontend: Add frontend receiver for Error applet 7 years ago
Zach Hilman 252ac62306 applets: Add Error applet 7 years ago
Zach Hilman fdd0152436 applets: Port current applets to take frontend in constructor 7 years ago
Zach Hilman 663b24e0d2 web_browser: Make OpenPage const 7 years ago
Zach Hilman 4399df50e3 core: Remove specific applets in favor of AppletManager 7 years ago
Zach Hilman a9a140d583 am: Delegate applet creation to AppletManager 7 years ago
Zach Hilman 4803c64bab applets: Add AppletManager class to control lifetime 7 years ago
Lioncash b12ed4aba9 kernel/thread: Unify wait synchronization types 7 years ago
Lioncash 4be897daa0 kernel/svc: Migrate svcCancelSynchronization behavior to a thread function 7 years ago
Lioncash 4be40a434b kernel/wait_object: Make GetHighestPriorityReadyThread() a const member function 7 years ago
Lioncash 6a42862a16 kernel/vm_manager: Remove usages of global system accessors 7 years ago
Lioncash 4902eb4d01 svc: Specify handle value in thread's name 7 years ago
Lioncash 78571c84b3 kernel/thread: Remove BoostPriority() 7 years ago
Lioncash 6baebc3d41 kernel/thread: Remove unused guest_handle member variable 7 years ago
Lioncash 97ccd45bb4 kernel/svc: Implement svcUnmapProcessCodeMemory 7 years ago
Lioncash 0b1ffc40a7 kernel/svc: Implement svcMapProcessCodeMemory 7 years ago
Lioncash e49ee38660 core/core: Move process execution start to System's Load() 7 years ago
Lioncash 67744e08c9 core/process: Remove unideal page table setting from LoadFromMetadata() 7 years ago
Lioncash 3cfaddba85 core/core: Move main process creation into Load() 7 years ago
Lioncash e0962940a2 video_core/gpu: Create threads separately from initialization 7 years ago
Lioncash 567b7de124 core/cpu_core_manager: Create threads separately from initialization. 7 years ago
Lioncash 255a6c6f4b kernel: Make handle type declarations constexpr 7 years ago
Lioncash 14ead4ceb0 service: Update service function tables 7 years ago
Lioncash d0484bc83d ldr: Mark IsValidNROHash() as a const member function 7 years ago
Lioncash 5e0b8ed169 ldr: Amend parameters for LoadNro/UnloadNro LoadNrr/UnloadNrr 7 years ago
Lioncash 591d12d34b fsp_srv: Remove unnecessary parameter popping in IDirectory's Read() 7 years ago
Lioncash 630d841435 fsp_srv: Log out option values in IFile's Read and Write functions 7 years ago
Lioncash c7d85ae11e kernel/server_session: Remove obsolete TODOs 7 years ago
Lioncash 9e3d4595b7 kernel/process: Set page table when page table resizes occur. 7 years ago
zarroboogs 77bc4d1bd9 added a toggle to force 30fps mode 7 years ago
Lioncash 43e9b334af kernel/svc: Deglobalize the supervisor call handlers 7 years ago
Lioncash 024bdfdc08 core/memory: Remove unused enum constants 7 years ago
Lioncash 08424ab57f core/memory: Remove GetCurrentPageTable() 7 years ago
Lioncash c1a788780d arm/arm_dynarmic: Remove unnecessary current_page_table member 7 years ago
Lioncash 6a929c3a2c kernel: Handle page table switching within MakeCurrentProcess() 7 years ago
Lioncash bfbadb38be kernel/server_session: Return a std::pair from CreateSessionPair() 7 years ago
Lioncash 05243b3041 kernel/server_port: Return a std::pair from CreatePortPair() 7 years ago
Lioncash 3910871dd8 hle/result: Remove unnecessary bitfield entry for ResultCode 7 years ago
Lioncash 633d55d503 file_sys/program_metadata: Remove obsolete TODOs 7 years ago
Lioncash 0359cba0f3 file_sys/nca_metadata: Remove unnecessary comparison operators for TitleType 7 years ago
Lioncash d7f670204b file_sys/fsmitm_romfsbuild: Utilize a string_view in romfs_calc_path_hash() 7 years ago
Lioncash 7d93ed3f70 service/fsp_srv: Don't pass SaveDataDescriptor instances by value. 7 years ago
Lioncash 7192c8703b service/fsp_srv: Remove unnecessary unknown member in OpenSaveDataFileSystem 7 years ago
Lioncash 90abd76bd9 service/fsp_srv: Update SaveDataInfo and SaveDataDescriptor structs 7 years ago
Lioncash f1694034e8 filesystem: Use a std::string_view in OpenFile() 7 years ago