bunnei
73c0ef7453
Merge pull request #82 from lioncash/catch
externals: Update catch to 2.1.0
8 years ago
Lioncash
4497eb4528
svc: Rename some entries to match their analogue on SwitchBrew
Makes the codebase a little more consistent with regards to available documentation. Also amends the duplicate case where there was a similar entry at 0x72 named ConnectToPort.
8 years ago
Lioncash
c81ed5eb33
svc: Add CreateJitMemory and MapJitMemory svc strings
Makes the table match SwitchBrew for these entries
8 years ago
bunnei
62a8c61e36
Merge pull request #81 from lioncash/qt-bootmgr
bootmanager: Minor tidiness/correctness changes
8 years ago
Lioncash
3d19102c48
vi: Make constructors explicit where applicable
Prevents implicit conversions.
8 years ago
Lioncash
14069e6ec4
vi: Add missing override specifiers
8 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.
8 years ago
bunnei
01f379baa7
Merge pull request #80 from gdkchan/nro_fix
Fix NRO loading
8 years ago
Lioncash
501d1cc33d
hotkeys: Add missing <QTreeWidgetItem> include
8 years ago
Lioncash
94a6515b71
game_list: Add missing override specifier for KeyReleaseEater's eventFilter function
8 years ago
Lioncash
15318b6601
game_list: Amend doxygen parameter identifiers for containsAllWords()
8 years ago
Lioncash
33eba9b96e
telemetry: Silence initialization order warnings
8 years ago
Lioncash
ed296e47f1
input_common/sdl: Silence a -Wpessimizing-move warning
8 years ago
Lioncash
2b3ee30a46
externals: Update catch to 2.1.0
8 years ago
Lioncash
e50188374f
bootmanager: Minor tidiness/correctness changes
Moved over from #3266 in citra.
8 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.
8 years ago
gdkchan
d3e63e4220
Fix NRO loading
8 years ago
bunnei
e2f06dbc17
Merge pull request #76 from Rozelette/master
TIME: consolidate time:* interfaces, stub functions and structs
8 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
8 years ago
bunnei
5fcf8d530a
Merge pull request #77 from gdkchan/no_relocs
Remove relocation on NSO/NRO
8 years ago
Rozlette
6f22471a72
TIME: consolidate time:* interfaces, stub functions and structs
8 years ago
gdkchan
c65ac49238
Remove relocation on NSO/NRO
8 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
8 years ago
bunnei
f2b4b668e3
Merge pull request #57 from nkatz565/fix-tr
Fix non translated string (same as Citra PR 2949)
8 years ago
bunnei
0568346cc3
Merge pull request #64 from shinyquagsire23/hid-timing
hid: Adjust timing based on actual hardware
8 years ago
bunnei
8bff9c9152
Merge pull request #70 from flerovii/nvdrv-close
nvdrv: stubbed Close(cmd 2)
8 years ago
N00byKing
10955d72ef
Update CMakeLists.txt
8 years ago
N00byKing
66388f7576
Update title_metadata.h
8 years ago
bunnei
7fa32af1c7
svc: Clang-format fix.
8 years ago
bunnei
1998a16557
Merge pull request #71 from N00byKing/patch-1
Implement Pull #3109 from citra: sdl2 default ini: fix framelimit
8 years ago
bunnei
7172ff4d9a
Merge pull request #62 from bunnei/domain-close-handle
Implement IPC domain command CloseVirtualHandle
8 years ago
N00byKing
b2386fc712
Update default_ini.h
8 years ago
bunnei
b588cbcb1d
hle_ipc: Clang format.
8 years ago
noah katz
1c98f3a9b3
Fixed formatting
8 years ago
Frederic Meyer
60d650cc4e
nvdrv: stubbed Close(cmd 2)
8 years ago
bunnei
d92636d424
Merge pull request #67 from RiverCityRansomware/gdbstubtypo
Fix gdbstub typo
8 years ago
River City Ransomware
d05dc3f4dd
Fix gdbstub typo, fixes Citra #3318
Core::System().GetInstance().IsPoweredOn() -> Core::System::GetInstance().IsPoweredOn()
8 years ago
shinyquagsire23
008823724f
hid: Adjust timing based on actual hardware
8 years ago
bunnei
9ae55884d2
Merge pull request #60 from jroweboy/game-frame
UI: Fix frame rate perf stats
8 years ago
bunnei
30cb98f874
ipc: Implement domain command CloseVirtualHandle.
8 years ago
bunnei
d15cadd760
loggin: Add IPC logging category.
8 years ago
James Rowe
a66eb7351b
UI: Fix frame rate perf stats
Adds in a missing EndGameFrame when nvdrv swaps buffers
8 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.
8 years ago
bunnei
4b156d2e64
acc_u0: Add IPC interface and stub InitializeApplicationInfo.
8 years ago
shinyquagsire23
eff90550a1
hid: clang-format
8 years ago
shinyquagsire23
36b89787ce
hid: Adjust for style guide
8 years ago
bunnei
8c05e935bd
Merge pull request #55 from bunnei/subv-improvements
Improvements to IPC, AppletOE, APM, VI, SVC
8 years ago
bunnei
f621310da2
applet_oe: Fix GetOperationMode and GetPerformanceMode.
8 years ago
noah katz
9a9d33a741
Fix non translated string (same as Citra PR 2949)
8 years ago
Subv
cb75b56e45
NV: Implemented the nvdrv service, which uses the same interface as nvdrv:a
8 years ago