wwylele
eaf9f27128
HLE: implement system time
10 years ago
JamePeng
24ff9f557a
Correct APT::0x00550040 and APT::0x00560000 function
10 years ago
JamePeng
c7d5fee7fb
Fix the errorcode of archive handle
10 years ago
mailwl
367f5dc215
HLE/Applets: Implement ErrEula applet
10 years ago
Subv
e5bc6593a3
HLE/FS: Document some command parameters and implemented command 0x08560240 (CreateLegacySystemSaveData)
10 years ago
wwylele
5489701b38
Service::CFG/FS: add and refactor out utilities for front-end
10 years ago
wwylele
9f0ad67398
Service::CFG: move known block ID to an enum
10 years ago
wwylele
e8231e3594
Service::CFG: add SetConfigInfoBlk4
10 years ago
wwylele
340c64dbbe
Service::CFG: add missing language
10 years ago
wwylele
f4156c0f09
Service::CFG: name sound output modes
10 years ago
wwylele
ce3e33ef50
Result: fix and update ErrorModule
10 years ago
Subv
a350b5274f
Kernel/SVC: Implemented svcCreatePort.
10 years ago
wwylele
6cc4c40241
hid: add missing header
10 years ago
Subv
d5f8d90e34
Kernel: Added ClientPort and ServerPort classes.
This is part of an ongoing effort to implement support for multiple processes.
10 years ago
Lioncash
27d37be329
service: Add other DLP services
Specifically, dlp::CLNT and dlp::FKCL
Moves them to their own folder like with other services.
10 years ago
wwylele
1cef298ca9
Thread: update timeout when rerunning WaitSynch
10 years ago
mailwl
ee188dbdc6
gsp::gpu: Reset g_thread_id in UnregisterInterruptRelayQueue
10 years ago
mailwl
1aceb1b912
Fix parameter name in EnableNotification
10 years ago
mailwl
1a6c967927
Fix mistakes, add output header codes
10 years ago
mailwl
3457cc52e4
remove ugly function
10 years ago
mailwl
ed74a60f41
srv: Update according 3dbrew
10 years ago
wwylele
5e5f9b099a
Switch context on the same thread if necessary
10 years ago
Subv
b502c2e4d0
Memory: Handle RasterizerCachedMemory and RasterizerCachedSpecial page types in the memory block manipulation functions.
10 years ago
Subv
9d36016350
Memory: Make ReadBlock and WriteBlock accept void pointers.
10 years ago
Subv
86dc841611
SOC_U: Remove usage of GetPointer
10 years ago
MerryMage
f9568d9ee2
SSL_C: Remove use of Memory::GetPointer
10 years ago
MerryMage
3f8fdddd22
GSP_GPU: Remove use of Memory::GetPointer
10 years ago
MerryMage
e0ee10c3e9
DSP_DSP: Remove use of Memory::GetPointer
10 years ago
MerryMage
dfe7263cd4
FS/Archive: Remove use of Memory::GetPointer
10 years ago
MerryMage
1d3892255d
Memory: Added necessary headers and removed unnecessary header
10 years ago
bunnei
588e3c253f
New3DS: Minor style cleanup to #1520 .
10 years ago
MerryMage
30700dfdaf
CFG: Remove use of Memory::GetPointer
10 years ago
MerryMage
44dc46d5e1
APT: Remove use of Memory::GetPointer
10 years ago
MerryMage
0352176f4c
Kernel/Thread: Remove use of Memory::GetPointer
10 years ago
MerryMage
d4cff12856
Applets/swkdb: Remove use of Memory::GetPointer
10 years ago
wwylele
a9073da0fd
SVC::WaitSynchronizationN: Reschedule at the end
10 years ago
András Domonkos
af04290f90
Update ACT:U and create ACT:A ( #1809 )
* Update ACT_U
* Create act_a.h
* Create act_a.cpp
* Add service ACT:A
* Add ACT:A source and header
* Fix wrong header
10 years ago
Jannik Vogel
f39adfffe7
Set fpscr for new threads
10 years ago
Maribel
eece919250
DSP_DSP: Remove GetHeadphoneStatus logspam ( #1799 )
10 years ago
wwylele
3d0953097f
fixup! fixup! Refactor input system
10 years ago
wwylele
c1cd474866
Refactor input subsystem
10 years ago
Subv
057cc2f94f
Memory: Fixed a regression caused by #1695 and #1689 .
Reserve enough space in the vector that holds the linear heap memory to prevent relocations of the backing memory when growing too much.
Closes #1790
10 years ago
Subv
3421ea5445
HLE/Applets: Give each applet its own block of heap memory, and use that when creating the framebuffer shared memory block.
10 years ago
Subv
d6c25acc6e
Kernel: Account for automatically-allocated shared memories in the amount of used linear heap memory.
10 years ago
Subv
c50dc194ca
APT: Move the shared font loading and relocation functions to their own subdirectory services/apt/bcfnt.
10 years ago
Subv
d6223cfecd
Kernel/SharedMemory: Log an error when Map fails.
10 years ago
Subv
54871800a9
Kernel: Implemented shared memory permissions.
10 years ago
Subv
9c6e9195ca
APT: Implement relocating the shared font to its true address.
10 years ago
Subv
6e4ff1a857
Kernel/Memory: Remove the Shared Memory region from the legacy memory map.
10 years ago
Subv
b53900a6ab
Kernel/SharedMemory: Properly implemented shared memory support.
Applications can request the kernel to allocate a piece of the linear heap for them when creating a shared memory object.
Shared memory areas are now properly mapped into the target processes when calling svcMapMemoryBlock.
Removed the APT Shared Font hack as it is no longer needed.
10 years ago