bunnei
be0e14ab3e
Merge pull request #84 from lioncash/cmake
...
CMakeLists: Derive the source directory grouping from targets themselves
7 years ago
bunnei
4ca5f0c145
Merge pull request #91 from lioncash/svc
...
svc: Minor clarity changes
7 years ago
bunnei
ed788742bf
Merge pull request #90 from lioncash/vi-override
...
vi: Minor clean up/correctness changes
7 years ago
bunnei
cf0daed0b8
Merge pull request #89 from lioncash/vi-vector
...
vi: Copy data directly into the std::vector within Parcel's ReadBlock function
7 years ago
bunnei
32eb620ef4
Merge pull request #88 from lioncash/include
...
hotkeys: Add missing <QTreeWidgetItem> include
7 years ago
bunnei
01b3bf119e
Merge pull request #87 from lioncash/override
...
game_list: Add missing override specifier for KeyReleaseEater's eventFilter function
7 years ago
Flame Sage
3ebe56524c
Merge pull request #93 from jroweboy/deploy-key
...
Build: Update deploy keys
7 years ago
James Rowe
138c03d565
Build: Update deploy keys
7 years ago
bunnei
5d38bb36c3
Merge pull request #86 from lioncash/doxygen
...
game_list: Amend doxygen parameter identifiers
7 years ago
bunnei
36dc44fb22
Merge pull request #85 from lioncash/warn
...
telemetry: Silence initialization order warnings
7 years ago
Lioncash
e710a1b989
CMakeLists: Derive the source directory grouping from targets themselves
...
Removes the need to store to separate SRC and HEADER variables, and then
construct the target in most cases.
7 years ago
bunnei
6a36ffb86c
controller: Use DuplicateSession for DuplicateSessionEx.
7 years ago
bunnei
18507b09b2
Merge pull request #83 from lioncash/pessimizing-move
...
input_common/sdl: Silence a -Wpessimizing-move warning
7 years ago
bunnei
73c0ef7453
Merge pull request #82 from lioncash/catch
...
externals: Update catch to 2.1.0
7 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.
7 years ago
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