David
4abb01de75
Merge pull request #4189 from VolcaEM/patch-14
ncm: Update function table
6 years ago
David
9b9504bb8d
Merge pull request #4190 from VolcaEM/patch-15
nfc: Update function table
6 years ago
David
48090dcdba
Merge pull request #4183 from VolcaEM/patch-8
friend: Update function table
6 years ago
David
a83f0b607e
Merge pull request #3396 from FernandoS27/prometheus-1
Implement SpinLocks, Fibers and a Host Timer
6 years ago
VolcaEM
a1e5cfa4b6
nfc: Update function table
This was based on Switchbrew page: https://switchbrew.org/wiki/NFC_services
6 years ago
VolcaEM
c696867643
ncm: Update function table
This was based on Switchbrew page: https://switchbrew.org/wiki/NCM_services
ILocationResolver's 16, 17, 18 and 19 have unofficial names
6 years ago
VolcaEM
ee12f6f61e
friend: Update function table
6 years ago
bunnei
d3c8f5d4c8
Merge pull request #4097 from kevinxucs/kevinxucs/device-pixel-scaling-float
Fix framebuffer size on fractional scaling display
6 years ago
bunnei
286418bf01
Merge pull request #4164 from Kewlan/mute-audio-hotkey
hotkeys: Add a "Mute Audio" hotkey
6 years ago
bunnei
c5f5483ee1
Merge pull request #4158 from Morph1984/caps
caps: Use enum classes and check struct sizes on compile time
6 years ago
bunnei
c9acff2600
Merge pull request #4152 from ogniK5377/ipc-err
Mark invalid IPC buffers as ASSERT_OR_EXECUTE_MSG
6 years ago
bunnei
615e5630bf
Merge pull request #4154 from ogniK5377/swkbd-nullptr
Prevent nullptr dereference on swkbd error case
6 years ago
bunnei
7048f18d87
Merge pull request #4147 from ReinUsesLisp/hset2-imm
shader/half_set: Implement HSET2_IMM
6 years ago
David
f546eac9f3
Merge pull request #4178 from VolcaEM/patch-6
es: Update function table
6 years ago
VolcaEM
92f8bc1bf8
Use better names for "Unknown"s
6 years ago
LC
c01a3dc0c2
Merge pull request #4180 from ogniK5377/fix-btm-names
btm: Give better names for unknown functions
6 years ago
VolcaEM
70e34fdba0
Update function names
6 years ago
David Marcec
b412e8b952
btm: Give better names for unknown functions
6 years ago
VolcaEM
4cf402a109
btdrv: Update function table ( #4174 )
* btdrv: Update function table
6 years ago
VolcaEM
29e3f101d9
bpc: Update function tables ( #4173 )
* bpc: Update function tables
This was based on Switchbrew page: https://switchbrew.org/wiki/PCV_services
6 years ago
VolcaEM
866f06f078
bcat: Update function tables and add missing classes ( #4172 )
* bcat: Update function tables and add missing classes
6 years ago
VolcaEM
690e4b86ae
am: Update function tables and add missing classes ( #4169 )
* am: Update function tables and add missing classes
* Remove comments (1/5)
* Remove comments (2/5)
* Remove comments (3/5)
* Remove comments (4/5)
* Remove comments (5/5)
* Remove unused classes (1/2)
* Remove unused classes (2/2)
6 years ago
VolcaEM
9052b62380
aoc: Update function table ( #4170 )
* aoc: Update function table
* Remove comments
6 years ago
LC
1b10d314f4
Merge pull request #4177 from VolcaEM/patch-5
btm: Update function tables
6 years ago
LC
8d9c419e06
Merge pull request #4179 from VolcaEM/patch-7
eupld: Update function table
6 years ago
VolcaEM
4aa69a35d9
eupld: Update function table
This was based on Switchbrew page: https://switchbrew.org/wiki/Error_Upload_services
6 years ago
VolcaEM
1824af3f63
es: Update function table
This was based on Switchbrew page: https://switchbrew.org/wiki/ETicket_services
6 years ago
VolcaEM
aa2672fb2c
btm: Update function tables
This was based on Switchbrew page: https://switchbrew.org/wiki/BTM_services
"No comment" edition
6 years ago
bunnei
7fa55a24f2
Merge pull request #4144 from FernandoS27/tt-fix
TextureCache: Fix case where layer goes off bound.
6 years ago
bunnei
2a1df7b66e
Merge pull request #4111 from ReinUsesLisp/preserve-contents-vk
vk_rasterizer: Don't preserve contents on full screen clears
6 years ago
Fernando Sahmkow
fda14542cb
Common: Fix non-conan build
6 years ago
Morph
d8df8d84ae
caps_u: Fix GetAlbumContentsFileListForApplication stub
6 years ago
Morph
851a3a8638
caps: Use enum classes and check struct sizes on compile time
6 years ago
Morph
9b4a5f297b
caps: Update copyright headers
Updated to "yuzu Emulator Project"
6 years ago
Kewlan
3fcf2f201c
Add a "Mute Audio" hotkey
6 years ago
bunnei
257cf13b70
Merge pull request #4159 from ogniK5377/mem-manager-dumb-assert
memory_manager: Remove useless assertion
6 years ago
Rodrigo Locatti
f7c871b8ca
Merge pull request #4151 from ReinUsesLisp/gl-invalidations
gl_shader_cache: Avoid use after move for program size
6 years ago
bunnei
c5dfaa7e9a
Merge pull request #4136 from VolcaEM/mods
Add a "Open Mods Page" button to the GUI
6 years ago
Rodrigo Locatti
9587c299f3
Merge pull request #4160 from ogniK5377/IsASTCSupported-fix
gl_device: Fix IsASTCSupported to scan all targets instead of just GL_TEXTURE_2D
6 years ago
David
fbc30df353
Merge pull request #4141 from Morph1984/SevenSixAxisSensor
hid: Stub a series of "SevenSixAxisSensor" service commands
6 years ago
David Marcec
589135df53
gl_device: Fix IsASTCSupported
Other targets were never actually checked
6 years ago
David Marcec
442900456e
memory_manager: Remove useless assertion
num_pages is an std::size_t. It will always be >= 0
6 years ago
Morph
3e0ff59a63
hid: Stub a series of "SevenSixAxisSensor" service commands
- Used by Captain Toad: Treasure Tracker Update 1.3.0
While we're at it, fix the input parameters for SetIsPalmaAllConnectable and SetPalmaBoostMode
6 years ago
bunnei
889171282d
Merge pull request #4105 from ReinUsesLisp/resident-buffers
gl_rasterizer: Use NV_vertex_buffer_unified_memory for vertex buffer robustness
6 years ago
bunnei
12a5f5af5d
Merge pull request #4083 from Morph1984/B10G11R11F
decode/image: Implement B10G11R11F
6 years ago
David Marcec
4b9812e7bb
Prevent nullptr dereference on swkbd error case
6 years ago
Fernando Sahmkow
0aa8c2d9e6
Merge pull request #4046 from ogniK5377/macro-hle-prod
Add support for HLEing Macros
6 years ago
David Marcec
df001e73c2
Mark invalid IPC buffers as ASSERT_OR_EXECUTE_MSG
Previously if applications would send faulty buffers(example homebrew) it would lead to us returning uninitalized data. Switching from ASSERT_MSG to ASSERT_OR_EXECUTE_MSG allows us to have a fail safe to prevent crashes but also continue execution without introducing undefined behavior
6 years ago
ReinUsesLisp
3b1a5ead5c
buffer_cache: Use buffer methods instead of cache virtual methods
6 years ago
ReinUsesLisp
d636cb75f3
gl_stream_buffer: Use InvalidateBufferData instead unmap and map
Making the stream buffer resident increases GPU usage significantly on
some games. This seems to be addressed invalidating the stream buffer
with InvalidateBufferData instead of using a Unmap + Map (with
invalidation flags).
6 years ago