Commit Graph

5924 Commits

Author SHA1 Message Date
Lioncash
26318fc889 svc: Add CreateJitMemory and MapJitMemory svc strings
Makes the table match SwitchBrew for these entries
2018-01-17 20:32:56 -05:00
bunnei
f05afe18ca Merge pull request #81 from lioncash/qt-bootmgr
bootmanager: Minor tidiness/correctness changes
2018-01-17 20:24:56 -05:00
Lioncash
95aa93071a vi: Make constructors explicit where applicable
Prevents implicit conversions.
2018-01-17 20:21:16 -05:00
Lioncash
22a18495aa vi: Add missing override specifiers 2018-01-17 20:16:48 -05:00
Lioncash
f097900459 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.
2018-01-17 20:09:41 -05:00
bunnei
0e7e4968e5 Merge pull request #80 from gdkchan/nro_fix
Fix NRO loading
2018-01-17 20:05:21 -05:00
Lioncash
e77815a50d hotkeys: Add missing <QTreeWidgetItem> include 2018-01-17 20:00:25 -05:00
Lioncash
84eceb38f7 game_list: Add missing override specifier for KeyReleaseEater's eventFilter function 2018-01-17 19:54:06 -05:00
Lioncash
6b96a9dcf1 game_list: Amend doxygen parameter identifiers for containsAllWords() 2018-01-17 19:52:15 -05:00
Lioncash
56ad0c45bf telemetry: Silence initialization order warnings 2018-01-17 19:43:24 -05:00
Lioncash
90b17d2f16 input_common/sdl: Silence a -Wpessimizing-move warning 2018-01-17 18:44:16 -05:00
Lioncash
c40c2e6bb9 externals: Update catch to 2.1.0 2018-01-17 18:40:08 -05:00
Lioncash
2c3d476f9f bootmanager: Minor tidiness/correctness changes
Moved over from #3266 in citra.
2018-01-17 18:35:02 -05:00
bunnei
f603819971 Merge pull request #73 from N00byKing/3093
Implement Pull #3093 from citra: Added missing headers to CMakeLists.txt and fixed includes.
2018-01-17 18:18:34 -05:00
gdkchan
3a83b50fd8 Fix NRO loading 2018-01-17 20:16:09 -03:00
bunnei
213857eccb Merge pull request #76 from Rozelette/master
TIME: consolidate time:* interfaces, stub functions and structs
2018-01-17 17:32:48 -05:00
N00byKing
85606da771 Implement Pull #3306 from citra: citra_qt: Drop Qt 5 version checks in code (#41)
* Update bootmanager.cpp

* This *should* fix the clang error
2018-01-17 17:19:41 -05:00
bunnei
0f6d3d9230 Merge pull request #77 from gdkchan/no_relocs
Remove relocation on NSO/NRO
2018-01-17 17:17:07 -05:00
Rozlette
584f933e1c TIME: consolidate time:* interfaces, stub functions and structs 2018-01-17 14:15:14 -06:00
gdkchan
38fc0e5164 Remove relocation on NSO/NRO 2018-01-17 17:01:10 -03:00
bunnei
b2d205c384 Merge pull request #42 from N00byKing/3295
Implement Pull #3295 from citra: citra_qt: CMakeLists: Drop leftover handling code for Qt 4 UI files
2018-01-17 13:50:38 -05:00
bunnei
02f16f8d58 Merge pull request #57 from nkatz565/fix-tr
Fix non translated string (same as Citra PR 2949)
2018-01-17 13:46:39 -05:00
bunnei
18e8540a48 Merge pull request #64 from shinyquagsire23/hid-timing
hid: Adjust timing based on actual hardware
2018-01-17 12:30:46 -05:00
bunnei
a8863ed4b1 Merge pull request #70 from flerovii/nvdrv-close
nvdrv: stubbed Close(cmd 2)
2018-01-17 12:29:23 -05:00
N00byKing
5e25888e1e Update CMakeLists.txt 2018-01-17 18:21:49 +01:00
N00byKing
ceebaa6eea Update title_metadata.h 2018-01-17 18:20:52 +01:00
bunnei
6b806c3759 svc: Clang-format fix. 2018-01-17 12:19:17 -05:00
N00byKing
d1fe83a10a Update core.cpp 2018-01-17 18:12:06 +01:00
bunnei
67a0f63e9c Merge pull request #71 from N00byKing/patch-1
Implement Pull #3109 from citra: sdl2 default ini: fix framelimit
2018-01-17 12:09:47 -05:00
bunnei
1735505c2b Merge pull request #62 from bunnei/domain-close-handle
Implement IPC domain command CloseVirtualHandle
2018-01-17 12:09:12 -05:00
N00byKing
1c10b1b6b4 Update default_ini.h 2018-01-17 18:01:09 +01:00
bunnei
b6ba419863 hle_ipc: Clang format. 2018-01-17 11:37:26 -05:00
noah katz
77d8549f7c Fixed formatting 2018-01-17 11:20:46 -05:00
Frederic Meyer
70eb9a5d74 nvdrv: stubbed Close(cmd 2) 2018-01-17 17:08:46 +01:00
bunnei
c328251f4d Merge pull request #67 from RiverCityRansomware/gdbstubtypo
Fix gdbstub typo
2018-01-17 10:27:00 -05:00
River City Ransomware
64f6e5a47e Fix gdbstub typo, fixes Citra #3318
Core::System().GetInstance().IsPoweredOn() -> Core::System::GetInstance().IsPoweredOn()
2018-01-17 09:25:25 -05:00
shinyquagsire23
a0b5043023 hid: Adjust timing based on actual hardware 2018-01-17 01:20:25 -07:00
bunnei
63a3048f01 Merge pull request #60 from jroweboy/game-frame
UI: Fix frame rate perf stats
2018-01-17 01:23:43 -05:00
bunnei
0c8c977b52 ipc: Implement domain command CloseVirtualHandle. 2018-01-17 01:20:10 -05:00
bunnei
d384de8cb7 loggin: Add IPC logging category. 2018-01-17 01:20:02 -05:00
James Rowe
b05ea669bb UI: Fix frame rate perf stats
Adds in a missing EndGameFrame when nvdrv swaps buffers
2018-01-16 20:44:02 -07:00
bunnei
87daf904ec Merge pull request #34 from shinyquagsire23/hid-sharedmem-layouts-circbufs-meta
hid: Write to all layouts, implement circular buffers, set up controller metadata.
2018-01-16 21:54:46 -05:00
bunnei
4a61df9b2c acc_u0: Add IPC interface and stub InitializeApplicationInfo. 2018-01-16 21:34:27 -05:00
shinyquagsire23
1547b7bfe7 hid: clang-format 2018-01-16 19:22:58 -07:00
shinyquagsire23
ddcb952fef hid: Adjust for style guide 2018-01-16 19:22:12 -07:00
bunnei
73186d2749 Merge pull request #55 from bunnei/subv-improvements
Improvements to IPC, AppletOE, APM, VI, SVC
2018-01-16 21:06:52 -05:00
bunnei
4a34c9d985 applet_oe: Fix GetOperationMode and GetPerformanceMode. 2018-01-16 20:32:08 -05:00
noah katz
14cdbd9222 Fix non translated string (same as Citra PR 2949) 2018-01-16 19:56:41 -05:00
Subv
5d40170318 NV: Implemented the nvdrv service, which uses the same interface as nvdrv:a 2018-01-16 19:04:09 -05:00
Subv
c7de8d4475 NV: Move the nvdrv classes into the Nvidia namespace, and move the functionality to a s single module that services call. 2018-01-16 19:03:49 -05:00