wwylele
901e7157e3
LDR: Implement CRO
10 years ago
Yuri Kunde Schlesner
a0d0aa24be
Auto-detect original shared_font.bin memory base
This allows a file dumped from either an o3DS or a n3DS (and potentially
even an original unrebased file) to be used.
9 years ago
Lectem
7df4925923
fix #1942 and adds a few IPC functions for descriptors
10 years ago
Henrik Rydgard
58e61fa817
Instead of segfaulting, log an error to remind the user to dump the shared font file
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
6cc4c40241
hid: add missing header
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
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
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
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
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
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
c50dc194ca
APT: Move the shared font loading and relocation functions to their own subdirectory services/apt/bcfnt.
10 years ago
Subv
9c6e9195ca
APT: Implement relocating the shared font to its true address.
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
Alexander Laties
17e9bc5392
fixup simple type conversions where possible
10 years ago
Subv
6b0496175d
HLE/Applets: Use the correct size for the framebuffer SharedMemory in the swkbd and MiiSelector applets.
10 years ago
wwylele
053c44fee5
clean up config block
10 years ago
wwylele
28b16716c7
remove duplicated function declaration
10 years ago
Emmanuel Gil Peyrot
c39a267974
VideoCore: Run include-what-you-use and fix most includes.
10 years ago
wwylele
d3e201e276
add config block 0x00170000
10 years ago
Yuri Kunde Schlesner
2396b01d5d
Common: Remove section measurement from profiler ( #1731 )
This has been entirely superseded by MicroProfile. The rest of the code
can go when a simpler frametime/FPS meter is added to the GUI.
10 years ago
MerryMage
ed79ec1627
DSP_DSP: Fix log format strings and arguments
10 years ago
MerryMage
70d1edf9c9
DSP_DSP: Add return IPC headers
10 years ago
MerryMage
4827a1bff7
DSP_DSP: Updated interrupt implementation
10 years ago
bunnei
14c69107b7
y2r_u: Cleanup some formatting.
10 years ago
Sam Spilsbury
7be34067d5
am: title_id is long long uint
10 years ago
MerryMage
0b06d3db52
DSP_DSP: Remove unused variable
10 years ago