Commit Graph

10522 Commits

Author SHA1 Message Date
PTRCoder
bb08716752 Fixed lingering remnant of old value 2024-08-24 14:47:30 +02:00
PTRCoder
d76311bb1b Fixed missing argument 2024-08-24 14:47:30 +02:00
PTRCoder
01655fbbb0 Added retrieval of VAddr from input 2024-08-24 14:47:30 +02:00
PTRCoder
3f76dd3678 Revert independency of UDS 2024-08-24 14:47:30 +02:00
PTRCoder
28021f5578 Fixed NWM_INF implementation reference to NWM_UDS method 2024-08-24 14:47:29 +02:00
PTRCoder
ca85f92e0e Fixed debug log message 2024-08-24 14:47:29 +02:00
PTRCoder
a061a3dcec Updated include statements 2024-08-24 14:47:29 +02:00
PTRCoder
2fd28a883d Removed dependency on NWM_UDS 2024-08-24 14:47:29 +02:00
PTRCoder
b5d616bbed Fixed wrong dummy data 2024-08-24 14:47:29 +02:00
PTRCoder
60ee7abc38 Potential fix of cmd buffer header 2024-08-24 14:47:29 +02:00
PTRCoder
e47d9af750 Additional logging 2024-08-24 14:47:29 +02:00
PTRCoder
d5d0301702 Added temp logging for debugging 2024-08-24 14:47:29 +02:00
PTRCoder
a41fc80eab Fixed use of mapped buffer 2024-08-24 14:47:28 +02:00
PTRCoder
f88ebb65a3 Reverted 4th value to unknown 2024-08-24 14:47:28 +02:00
PTRCoder
b1d1757eaa Updated includes 2024-08-24 14:47:28 +02:00
PTRCoder
60c453b5bb Fixed argument 2024-08-24 14:47:28 +02:00
PTRCoder
b7777a7b47 Added include 2024-08-24 14:47:28 +02:00
PTRCoder
4b3ac391d8 Fixed wrong arguments 2024-08-24 14:47:28 +02:00
PTRCoder
13f32bd384 Fixed call return value 2024-08-24 14:47:28 +02:00
PTRCoder
826d6bed2d Changed implementation to rely on parser instead of raw 2024-08-24 14:47:27 +02:00
PTRCoder
5dea8a125b Moved kernel retrieval to argument 2024-08-24 14:47:27 +02:00
PTRCoder
bb4de89652 Fixed method call 2024-08-24 14:47:27 +02:00
PTRCoder
8b9e04c541 Fixed type name 2024-08-24 14:47:27 +02:00
PTRCoder
29fc438086 Fixed includes 2024-08-24 14:47:27 +02:00
PTRCoder
a6fe44f81f Fixed method name 2024-08-24 14:47:27 +02:00
PTRCoder
67380edbc9 Fixed method call 2024-08-24 14:47:26 +02:00
PTRCoder
babec1bb5c Fixed kernel reference 2024-08-24 14:47:26 +02:00
PTRCoder
6238f52819 Fixed missing namespace 2024-08-24 14:47:26 +02:00
PTRCoder
c4a99ccbe9 Fixed missing argument 2024-08-24 14:47:26 +02:00
PTRCoder
916849691b Fixed wrong mac 2024-08-24 14:47:26 +02:00
PTRCoder
7a997ea8ae Potentially fixed calling NWM_INF 2024-08-24 14:47:26 +02:00
PTRCoder
320a82bb5d Potential fix for calling NWM_UDS version 2024-08-24 14:47:26 +02:00
PTRCoder
0b0534400d Added include for NWM_UDS 2024-08-24 14:47:26 +02:00
PTRCoder
d61dfdaf2e Fixed cast to u32 and dummy value 2024-08-24 14:47:25 +02:00
PTRCoder
a14e398157 Added correct transition from INF to UDS 2024-08-24 14:47:25 +02:00
PTRCoder
54e4da1753 Initial full ScanAPs implementation 2024-08-24 14:47:25 +02:00
PTRCoder
aeb1e224f3 Fixed member reference 2024-08-24 14:47:25 +02:00
PTRCoder
c3b1beae1c Readded NWM_UDS header 2024-08-24 14:47:25 +02:00
PTRCoder
6b03ca58a2 Updated include statements 2024-08-24 14:47:25 +02:00
PTRCoder
36c4adf431 Potential member reference fix 2024-08-24 14:47:25 +02:00
PTRCoder
6d28737856 Fixed missing void return type 2024-08-24 14:47:24 +02:00
PTRCoder
14eb312678 Using correct way to call UDS service 2024-08-24 14:47:24 +02:00
PTRCoder
2acc2a35a9 Updated API 2024-08-24 14:47:24 +02:00
PTRCoder
d204bfa05c Initial NWM_INF::RecvBeaconBroadcastData implementation 2024-08-24 14:47:24 +02:00
PTRCoder
01baadf7a4 Included member type 2024-08-24 14:47:24 +02:00
PTRCoder
36f416469f Coding style fixes 2024-08-24 14:47:24 +02:00
PTRCoder
4e73a1d057 Starting tests 2024-08-24 14:47:24 +02:00
OpenSauce04
8af024bddb Fixed swapping screens on landscape displays forcing portrait layout 2024-08-23 15:31:17 +01:00
OpenSauce04
3188aa489f Store frame_limit config value as a double
This allows fractional values to be used for the game speed
2024-08-22 00:45:26 +01:00
Jugurta
9298e1d237
Refactor Vulkan stream buffer memory type selection (#384)
This fixes an issue where devices using Vulkan <=1.2 would crash instantly
2024-08-21 23:58:38 +01:00