Commit Graph

5623 Commits (e75aba3ed0eb0933c023f955d4c2e53e58ef6a5f)
 

Author SHA1 Message Date
Lioncash c81ed5eb33 svc: Add CreateJitMemory and MapJitMemory svc strings
Makes the table match SwitchBrew for these entries
7 years ago
bunnei 62a8c61e36
Merge pull request #81 from lioncash/qt-bootmgr
bootmanager: Minor tidiness/correctness changes
7 years ago
Lioncash 3d19102c48 vi: Make constructors explicit where applicable
Prevents implicit conversions.
7 years ago
Lioncash 14069e6ec4 vi: Add missing override specifiers 7 years ago
Lioncash b16c89bf65 vi: Copy data directly into the std::vector within Parcel's ReadBlock function
Previously this would unnecessarily zero-initialize the vector before
copying the actual data into the vector instance.
7 years ago
bunnei 01f379baa7
Merge pull request #80 from gdkchan/nro_fix
Fix NRO loading
7 years ago
Lioncash 501d1cc33d hotkeys: Add missing <QTreeWidgetItem> include 7 years ago
Lioncash 94a6515b71 game_list: Add missing override specifier for KeyReleaseEater's eventFilter function 7 years ago
Lioncash 15318b6601 game_list: Amend doxygen parameter identifiers for containsAllWords() 7 years ago
Lioncash 33eba9b96e telemetry: Silence initialization order warnings 7 years ago
Lioncash ed296e47f1 input_common/sdl: Silence a -Wpessimizing-move warning 7 years ago
Lioncash 2b3ee30a46 externals: Update catch to 2.1.0 7 years ago
Lioncash e50188374f bootmanager: Minor tidiness/correctness changes
Moved over from #3266 in citra.
7 years ago
bunnei ee08c39b72
Merge pull request #73 from N00byKing/3093
Implement Pull #3093 from citra: Added missing headers to CMakeLists.txt and fixed includes.
7 years ago
gdkchan d3e63e4220 Fix NRO loading 7 years ago
bunnei e2f06dbc17
Merge pull request #76 from Rozelette/master
TIME: consolidate time:* interfaces, stub functions and structs
7 years ago
N00byKing b17763e3d4 Implement Pull #3306 from citra: citra_qt: Drop Qt 5 version checks in code (#41)
* Update bootmanager.cpp

* This *should* fix the clang error
7 years ago
bunnei 5fcf8d530a
Merge pull request #77 from gdkchan/no_relocs
Remove relocation on NSO/NRO
7 years ago
Rozlette 6f22471a72 TIME: consolidate time:* interfaces, stub functions and structs 7 years ago
gdkchan c65ac49238 Remove relocation on NSO/NRO 7 years ago
bunnei c7452bab90
Merge pull request #42 from N00byKing/3295
Implement Pull #3295 from citra: citra_qt: CMakeLists: Drop leftover handling code for Qt 4 UI files
7 years ago
bunnei f2b4b668e3
Merge pull request #57 from nkatz565/fix-tr
Fix non translated string (same as Citra PR 2949)
7 years ago
bunnei 0568346cc3
Merge pull request #64 from shinyquagsire23/hid-timing
hid: Adjust timing based on actual hardware
7 years ago
bunnei 8bff9c9152
Merge pull request #70 from flerovii/nvdrv-close
nvdrv: stubbed Close(cmd 2)
7 years ago
N00byKing 10955d72ef
Update CMakeLists.txt 7 years ago
N00byKing 66388f7576
Update title_metadata.h 7 years ago
bunnei 7fa32af1c7 svc: Clang-format fix. 7 years ago
bunnei 1998a16557
Merge pull request #71 from N00byKing/patch-1
Implement Pull #3109 from citra: sdl2 default ini: fix framelimit
7 years ago
bunnei 7172ff4d9a
Merge pull request #62 from bunnei/domain-close-handle
Implement IPC domain command CloseVirtualHandle
7 years ago
N00byKing b2386fc712
Update default_ini.h 7 years ago
bunnei b588cbcb1d hle_ipc: Clang format. 7 years ago
noah katz 1c98f3a9b3 Fixed formatting 7 years ago
Frederic Meyer 60d650cc4e nvdrv: stubbed Close(cmd 2) 7 years ago
bunnei d92636d424
Merge pull request #67 from RiverCityRansomware/gdbstubtypo
Fix gdbstub typo
7 years ago
River City Ransomware d05dc3f4dd Fix gdbstub typo, fixes Citra #3318
Core::System().GetInstance().IsPoweredOn() -> Core::System::GetInstance().IsPoweredOn()
7 years ago
shinyquagsire23 008823724f hid: Adjust timing based on actual hardware 7 years ago
bunnei 9ae55884d2
Merge pull request #60 from jroweboy/game-frame
UI: Fix frame rate perf stats
7 years ago
bunnei 30cb98f874 ipc: Implement domain command CloseVirtualHandle. 7 years ago
bunnei d15cadd760 loggin: Add IPC logging category. 7 years ago
James Rowe a66eb7351b UI: Fix frame rate perf stats
Adds in a missing EndGameFrame when nvdrv swaps buffers
7 years ago
bunnei dc905463dc
Merge pull request #34 from shinyquagsire23/hid-sharedmem-layouts-circbufs-meta
hid: Write to all layouts, implement circular buffers, set up controller metadata.
7 years ago
bunnei 4b156d2e64 acc_u0: Add IPC interface and stub InitializeApplicationInfo. 7 years ago
shinyquagsire23 eff90550a1 hid: clang-format 7 years ago
shinyquagsire23 36b89787ce hid: Adjust for style guide 7 years ago
bunnei 8c05e935bd
Merge pull request #55 from bunnei/subv-improvements
Improvements to IPC, AppletOE, APM, VI, SVC
7 years ago
bunnei f621310da2 applet_oe: Fix GetOperationMode and GetPerformanceMode. 7 years ago
noah katz 9a9d33a741 Fix non translated string (same as Citra PR 2949) 7 years ago
Subv cb75b56e45 NV: Implemented the nvdrv service, which uses the same interface as nvdrv:a 7 years ago
Subv 30657f9ca1 NV: Move the nvdrv classes into the Nvidia namespace, and move the functionality to a s single module that services call. 7 years ago
Subv f827b17dd4 VI: Stubbed GetNativeHandle, Create/DestroyStrayLayer and CloseDisplay 7 years ago