Commit Graph

15623 Commits (04ca1ed2bdc583bea223ada766f56529fa36aa4e)
 

Author SHA1 Message Date
Ameer dfdf87d844 fix implicit conversion of size_t type to int 5 years ago
Morph 1b31755ba6 maxwell_to_gl: Implement MirrorOnceClampOGL using GL_MIRROR_CLAMP_EXT
Like MirrorOnceBorder, this requires the GL_EXT_texture_mirror_clamp extension. This extension is unfortunately not available on Intel's drivers (both Windows proprietary and Linux Mesa). Use GL_MIRROR_CLAMP_TO_EDGE as a fallback if the extension is unavailable.
5 years ago
Rodrigo Locatti d217017c9e
Merge pull request #4191 from Morph1984/vertex-formats
maxwell_to_gl/vk: Reorder vertex formats
5 years ago
David 7c970132b5
macro: Add support for "middle methods" on the code cache (#4112)
Macro code is just uploaded sequentially from a starting address, however that does not mean the entry point for the macro is at that address. This PR adds preliminary support for executing macros in the middle of our cached code.
5 years ago
bunnei fa8e35c49f
Merge pull request #4182 from Kewlan/fullscreen-hotkey-fix
hotkeys: Fix issues caused when changing the fullscreen hotkey
5 years ago
Jan Beich dda90ce1c2 cmake: depend on WebEngine with system Qt
CMake Error at src/yuzu/CMakeLists.txt:7 (add_executable):
  Target "yuzu" links to target "Qt5::WebEngineCore" but the target was not
  found.  Perhaps a find_package() call is missing for an IMPORTED target, or
  an ALIAS target is missing?
5 years ago
Jan Beich e6085ea35f common: add sysconf() fallback
src/common/memory_detect.cpp:15:10: fatal error: 'sys/sysinfo.h' file not found
 #include <sys/sysinfo.h>
          ^~~~~~~~~~~~~~~
5 years ago
Morph 10eca7f651 maxwell_to_gl: Rename VertexType() to VertexFormat() 5 years ago
John Galt 765e37aa35 cmake: fix fmt linking
On gcc/ld, and clang/lld, fmt::v6 symbols are excluded, so linking
fails. This fixes the issue.

Note: This was included in the FindBoost changes I shared with
BlinkHawk, however only they were merged. I'm not sure if it was missed,
or if there was an issue with this part of the change.
5 years ago
Rodrigo Locatti f84cbf6429
Merge pull request #4140 from ReinUsesLisp/validation-layers
renderer_vulkan: Update validation layer name and test before enabling
5 years ago
VolcaEM 86946ea13c
Remove duplicate functions 5 years ago
VolcaEM f3630a0713
Use decimal instead of hexadecimal
Co-authored-by: David <25727384+ogniK5377@users.noreply.github.com>
5 years ago
VolcaEM a0c499aef7
Fix typo 5 years ago
VolcaEM f2eead3b5b
Clang-format 5 years ago
VolcaEM 6a0010d0c6
service: Update function tables 5 years ago
ReinUsesLisp 8562b516c0 core_timing,scheduler: Use std::scoped_lock when possible
Simplifies the cognitive load of procedures using locks and makes locks
safe against exceptions.
5 years ago
tgsm 9ff3401133 .github: add a new issue template 5 years ago
bunnei b05795d704
Merge pull request #3955 from FernandoS27/prometheus-2b
Remake Kernel Scheduling, CPU Management & Boot Management (Prometheus)
5 years ago
bunnei 8596a12772
Merge pull request #4196 from ogniK5377/nrr-nro-fixes
ldr: Cleanup NRO & NRR structs
5 years ago
David Marcec db824b59c8 ldr: Cleanup NRO & NRR structs 5 years ago
David d67c7d9a82
Merge pull request #4026 from VolcaEM/ldr
ldr: Update NRR/NRO structs
5 years ago
David 4a5f6c03b0
Merge pull request #4184 from VolcaEM/patch-9
grc: Update function table
5 years ago
David d3a306b7a6
Merge pull request #4185 from VolcaEM/patch-10
lbl: Update function table
5 years ago
David 477979dd43
Merge pull request #4186 from VolcaEM/patch-11
ldn: Update function table
5 years ago
David b478b61dcf
Merge pull request #4187 from VolcaEM/patch-12
mig: Update function table
5 years ago
David 00aa9f6a53
Merge pull request #4188 from VolcaEM/patch-13
mm: Update function table
5 years ago
David 26e243d2d7
Merge pull request #4189 from VolcaEM/patch-14
ncm: Update function table
5 years ago
David bd590895cf
Merge pull request #4190 from VolcaEM/patch-15
nfc: Update function table
5 years ago
David e978f05ed1
Merge pull request #4183 from VolcaEM/patch-8
friend: Update function table
5 years ago
Morph 4a35df337b maxwell_to_vk: Reorder vertex formats and add A2B10G10R10 for all types except float 5 years ago
David Marcec dcf345febe am: Stub GetIndirectLayerConsumerHandle
Needed by Monster Hunter Generations Ultimate
5 years ago
Morph 78d80d99a0 maxwell_to_gl: Add 32 bit component sizes to (un)signed scaled formats
Add 32 bit component sizes to (un)signed scaled formats and group (un)signed normalized, scaled, and integer formats together.
5 years ago
David Marcec f0baf2abf2 acc: ListOpenContextStoredUsers partial stub
Needed by Baldur's Gate 1/2
5 years ago
Fernando Sahmkow 2f8947583f Core/Common: Address Feedback. 5 years ago
Fernando Sahmkow e486c66850 NvFlinger: Clang Format. 5 years ago
Fernando Sahmkow 626cc44d7a Build System: Fix GCC & MINGW Build. 5 years ago
Fernando Sahmkow 4105f38022 SVC: Implement 32-bits wrappers and update Dynarmic. 5 years ago
Fernando Sahmkow ce350e7ce0 SVC: Add GetCurrentProcessorNumber32, CreateTransferMemory32, SetMemoryAttribute32 5 years ago
Fernando Sahmkow b8df61c642 ARM: Update Dynarmic and Setup A32 according to latest interface. 5 years ago
Fernando Sahmkow 22ceaca2f4 SVC: Add GetThreadPriority32 & SetThreadPriority32 5 years ago
Fernando Sahmkow ec11918323 ArmDynarmic32: Setup CNTPCT correctly 5 years ago
Fernando Sahmkow e3d561fb84 Audio: Correct buffer release for host timing. 5 years ago
Fernando Sahmkow 7fd7d05838 Common/Kernel: Corrections and small bug fixing. 5 years ago
Fernando Sahmkow 272a87127a Services/NvFlinger: Do vSync in a sepparate thread on Multicore. 5 years ago
Fernando Sahmkow 39ddce1ab5 Externals: Update Dynarmic. 5 years ago
Fernando Sahmkow 3165152396 Common/NativeClockx86: Reduce native clock accuracy further. 5 years ago
Fernando Sahmkow 71c4779211 Tests/CoreTiming: Correct host timing tests. 5 years ago
Fernando Sahmkow 0a8013d71e ARMDynarmicInterface: Correct GCC Build Errors. 5 years ago
Fernando Sahmkow 7b1804dab4 Common/AtomicOps: Correct GCC Intrinsic argument ordering. 5 years ago
Fernando Sahmkow d240143588 Kernel: Correct Host Context on Threads and Scheduler. 5 years ago