bunnei
a3a353edf2
Merge pull request #6702 from lat9nq/disable-screensaver
...
yuzu_cmd, yuzu qt: Use SDL to disable the screen saver
5 years ago
bunnei
7c2c72a6d6
Merge pull request #7244 from Morph1984/application-lang-pt-br
...
file_sys/ns: Add Brazilian Portuguese to the list of ApplicationLanguage
5 years ago
lat9nq
604b6d1210
yuzu qt: Disable the screensaver with SDL2
...
Disables the screen saver when a game boots using SDL2 so that it works
on any supported platform.
5 years ago
bunnei
92159b210e
Merge pull request #7240 from Morph1984/resultval-remove-cv
...
hle/result: Remove cv-qualifiers from Arg in MakeResult
5 years ago
german77
f503dbf071
profile_manager: Resize any image bigger than 256p
5 years ago
bunnei
c1b199bd21
Merge pull request #7241 from Morph1984/resultval-move-assignment
...
hle/result: Add move assignment operator in ResultVal
5 years ago
bunnei
60e79d50f8
Merge pull request #7243 from lat9nq/nvdrv-warn
...
gl_device: Force GLASM on NVIDIA drivers 495-496
5 years ago
Morph
3f8d74dec1
CMakeLists: Document the /GT compile option
5 years ago
Morph
cd49907248
Merge pull request #7007 from FernandoS27/intel-options
...
Build System: Build with JCC Erratum Mitigation
5 years ago
Morph
baf599c1d3
file_sys: control_metadata: Add BrazilianPortuguese
5 years ago
Morph
e4052a1dab
ns: language: Add BrazilianPortuguese to ApplicationLanguage
...
It seems that Nintendo finally filled that last empty spot in ApplicationLanguage for a total of 16 supported languages.
5 years ago
Ameer J
fac2e073a1
Merge pull request #7223 from Moonlacer/geometry_property_removal
...
per_game_ui: Geometry Property Removal and Minor Rewording to the Per Game UI
5 years ago
lat9nq
61121d1b22
gl_device: Force GLASM on NVIDIA drivers 495-496
...
GLSL shaders currently do not render correctly on the recent NVIDIA
drivers. This adds a check that forces assembly shaders for these
drivers since they seem unaffected and adds a warning informing of the
decision.
Developers can disable the check by enabling graphics debugging.
5 years ago
Morph
1b5c37fa29
hle/result: Declare copy/move constructor/assignment as noexcept
...
While we're at it, we can also declare these copy/move constructor/assignment as noexcept.
5 years ago
Morph
189927c237
hle/result: Add move assignment operator in ResultVal
...
ResultVal was missing a move assignment operator, add it.
5 years ago
Morph
1ff9ad4e7c
hle/result: Remove cv-qualifiers from Arg in MakeResult
...
This removes the const qualification for types when MakeResult(arg) is used in a const member function, allowing for automatic deduction and removing the need to manually specify the non-const type as the template argument.
5 years ago
Ameer J
40c8a8c627
Merge pull request #7186 from MightyCreak/fix-crash-configure-window
...
ui: fix crash when closing configure window
5 years ago
Feng Chen
dd29285e35
Fix dangling kernel objects when exiting
5 years ago
Feng Chen
052017e189
Revert PR7009
5 years ago
Feng Chen
a8b0104923
Fix memory leak
5 years ago
vonchenplus
36c21ff6cb
Support gl_BackSecondaryColor attribute
5 years ago
vonchenplus
92bebecf46
Support gl_FrontSecondaryColor attribute
5 years ago
vonchenplus
b04c7b6343
Support gl_BackColor attribute
5 years ago
Moonlacer
1665e2d2a6
Geometry property removal and rewording
5 years ago
Morph
63ed7d9af7
Merge pull request #7193 from FernandoS27/idle
...
SVC: Implement svcInfo:IdleTickCount
5 years ago
Ameer J
3c8c17be4d
Merge pull request #7218 from bylaws/aswdqdsam
...
Fixup channel submit IOCTL syncpoint parameters
5 years ago
Ameer J
aed5878dd3
Merge pull request #7222 from FernandoS27/fix-indixed-textures-again
...
TexturePass: Fix clamping of images as this allowed negative indices.
5 years ago
Fernando Sahmkow
e5291e2031
TexturePass: Fix clamping of images as this allowed negative indices.
5 years ago
Andrew Strelsky
31b9797296
Fixed ARM_Dynamic_64 Step
5 years ago
Fernando S
5299554bb0
Merge pull request #7206 from vonchenplus/fix_vulkan_viewport_issue
...
Vulkan Rasterizer: Fix viewport issue
5 years ago
Billy Laws
2dbef58eeb
Fixup channel submit IOCTL syncpoint parameters
...
The current arguments worked by happenstance as games only ever submit
one syncpoint and request one fence back, if a game were to do something
other than this then the arguments would've been parsed entirely wrong.
5 years ago
Ameer J
494e34af6a
Merge pull request #7070 from FernandoS27/want-you-bad
...
Vulkan Rasterizer: Correct DepthBias/PolygonOffset on Vulkan.
5 years ago
Fernando Sahmkow
ad8afaf1ef
Vulran Rasterizer: address feedback.
5 years ago
Fernando S
33e92c15eb
Revert "input_common: Fix data race on GC implementation"
5 years ago
Fernando S
7461196839
Merge pull request #6515 from german77/gc_thread_safe
...
input_common: Fix data race on GC implementation
5 years ago
Feng Chen
b769bea61b
Fix vulkan viewport issue
5 years ago
ameerj
1841f63a40
common/alignment: Fix VS2022 compilation
...
VS2022 seems to introduce an optimization when moving vectors to check for equality of the element values. AlignmentAllocator needed to overload the equality operator to fix compilation of its usage in vector moving.
5 years ago
ameerj
b01aa721ff
input_common: Fix VS2022 compilation errors
5 years ago
bunnei
c82318c9cb
Merge pull request #7197 from Moonlacer/tas_help_link
...
tas_ui: Add a Help Link to the TAS Page on the yuzu Website, Along with Minor Grammar Changes
5 years ago
bunnei
c871320760
Merge pull request #7198 from ameerj/settings-chrono
...
settings: Remove std::chrono usage
5 years ago
ameerj
06894b0711
emit_spirv_image: Fix depth image implicit lod sample in compute
...
Ensures all drivers behave the same way in this case.
5 years ago
bunnei
4e81b799f1
Merge pull request #7173 from Morph1984/invalidate-unmap
...
KPageTable: Perform ranged invalidation when unmapping code memory
5 years ago
ameerj
ef811c6425
settings: Remove std::chrono usage
...
Alleviates the dependency on chrono for all files that include settings.h
5 years ago
Moonlacer
abe6d39b1a
add_link
...
remove_accident
fix_whoopsie
5 years ago
Ameer J
3791c7ca82
Merge pull request #7077 from FernandoS27/face-down
...
A series of fixes to queries and indexed samplers.
5 years ago
Fernando Sahmkow
3f4444b552
Shader Compiler: avoid overflowed indices on indixed samplers.
5 years ago
Ameer J
5b735a4c9d
Merge pull request #7127 from FernandoS27/i-saw-a-wabbit
...
A few fixes on Vulkan and Rasterizer Caching
5 years ago
Mai M
28d343d288
Merge pull request #7195 from MightyCreak/fix-warning-typo
...
main: fix typo in warning message
5 years ago
Fernando Sahmkow
da6673e79a
SVC: Implement svcInfo:IdleTickCount
...
Used by the Witcher 3
5 years ago
Romain Failliot
992f325662
main: fix typo in warning message
5 years ago
Morph
d4c79a0404
main: Add missing make_unique for ui
5 years ago
bunnei
aef3ae1cb9
Merge pull request #7187 from FernandoS27/boy-i-say-boy
...
NVHost_Ctrl: Force wait if the gpu falls behind too long.
5 years ago
Morph
41b4047536
Merge pull request #7188 from Morph1984/web-applet-include
...
qt_web_browser: Add missing QApplication include
5 years ago
Feng Chen
de81571289
service/vi: Stub IHOSBinderDriver::TransactParcel GetBufferHistory ( #7184 )
5 years ago
Morph
2b622411fd
qt_web_browser: Add missing QApplication include
5 years ago
Fernando Sahmkow
53cf91d151
NvHost/Core: Address Feedback.
5 years ago
FernandoS27
198c6ad0d7
Suspend temporally
5 years ago
FernandoS27
7dca0bc11d
NVHost_Ctrl: Force wait if the gpu falls behind too long.
5 years ago
Romain Failliot
427ce8dcef
ui: fix crash when closing configure window
...
This crash happens 100% of the time (on Linux at least), you just need
to open the configure window and click OK.
It seems to happen when the tabs are destroyed and once all the tabs are
destroyed, a final signal is sent with `index == -1`. So `debug_tab_tab`
doesn't exist anymore when this happens, so the crash.
5 years ago
Morph
5c6ca597c5
bootmanager: Forward declare System and SystemResultStatus
5 years ago
Morph
f0dc07dbac
yuzu: Construct system in GMainWindow
5 years ago
Morph
17763a44d5
core: Move ResultStatus outside of System
...
Allows it to be a forward declaration in other header files.
5 years ago
Morph
218ebc1fe8
yuzu_cmd: Remove remaining static system instances
5 years ago
Morph
b6719094e6
core: Remove static system instance
5 years ago
Mai M
764369f4c7
Merge pull request #7172 from Morph1984/out-of-bounds
...
string_util: Prevent out of bounds access in u16string_view buffer
5 years ago
Mai M
d5c4af2d5b
Merge pull request #7174 from MightyCreak/hide-cursor-by-default
...
Check "Hide mouse on inactivity" by default
5 years ago
Mai M
5b7b7276d5
Merge pull request #7185 from Morph1984/make_unique_ui
...
yuzu: Use make_unique instead of operator new for constructing ui
5 years ago
Romain Failliot
ecef109162
Hide mouse cursor by default
5 years ago
Creak
bad122b195
main: Slightly refactor NCA entry installation in InstallNCA ( #7181 )
...
* main: Slightly refactor NCA entry installation in InstallNCA
Co-authored-by: Ameer J <52414509+ameerj@users.noreply.github.com>
5 years ago
Morph
86908d569e
main: Use std::unique_ptr for ui
5 years ago
Morph
ab441fb009
configuration: Use std::make_unique instead of operator new for ui
5 years ago
lat9nq
851fe91b69
config: Read network_interface
...
Let's yuzu_cmd use a network interface. Also adds it to the default ini.
5 years ago
Moonlacer
c68ce25a14
settings_ui: Better NVDEC Description For Each Video Rendering Option ( #7165 )
...
* better_description
* Revert "better_description"
This reverts commit 3a152a6ba6f2d6e02530b69a8194e4db302c8acd.
* better_nvdec_wording
* best_performance
* update_word_stuff
* another_update
5 years ago
Morph
b02d662980
Merge pull request #6774 from lat9nq/remove-global-yuzu
...
yuzu qt: Remove global system instances
5 years ago
Morph
0d6057b2fa
string_util: Make use of std::string_view and add bounds checking
...
Makes use of std::string_view in StringFromFixedZeroTerminatedBuffer and add bounds checking
5 years ago
Morph
3ffff78a27
string_util: Prevent out of bounds access in u16string_view buffer
5 years ago
Morph
894b483a0d
Merge pull request #7157 from ameerj/vic-surface-size
...
vic: Use the minimum of surface/frame dimensions when writing the final frame to the GPU
5 years ago
bunnei
2643752f93
Merge pull request #7142 from german77/sdl_range
...
input_common/sdl: Fix joystick range
5 years ago
bunnei
9f0f827db4
Merge pull request #7158 from ameerj/window-900p
...
main: Add option to reset window size to 900p
5 years ago
Morph
50384e2619
KPageTable: Perform ranged invalidation when unmapping code memory
...
Co-Authored-By: Fernando S. <1731197+FernandoS27@users.noreply.github.com>
5 years ago
Ameer J
a39760b947
Merge pull request #7147 from behunin/patch-1
...
Update configure_tas.ui
5 years ago
Ameer J
018cf3853e
Merge pull request #7109 from vonchenplus/fix_h264_max__reference_num_error
...
h264: Use max allowed max_num_ref_frames when using CPU decoding
5 years ago
Creak
0b8a7ca213
common/fs/path_util: Slightly refactor PathManagerImpl's constructor
...
This moves all GenerateYuzuPath calls outside of the platofrm-specific #ifdefs, replacing them with assignments to paths.
5 years ago
Romain Failliot
39b3c9022d
Create local variables for mouse and wheel positions
5 years ago
Romain Failliot
818651909f
Fix a few warnings
...
- configure_input_player_widget.cpp: always better to use `const auto &`
whenever possible
- profiler.cpp: `ev->pos()` is deprecated, replace with
`ev->position()`, which returns floats, thus the addition of
`.toPoint()` (same as what's happening in `pos()`)
- game_list.cpp: `QString::SplitBehavior` is deprecate, use `Qt::`
namespace instead
5 years ago
Morph
97452b9558
Merge pull request #7110 from vonchenplus/fix_extract_offline_romefs_error
...
applets/web: Fallback to loader to get the manual romfs if none is found
5 years ago
german77
8212a864ca
input_common/sdl: Fix joystick range
5 years ago
ameerj
5c829c7e4e
main: Add option to reset window size to 900p
5 years ago
Feng Chen
0ee2185c59
applets/web: Fallback to loader to get the manual romfs if none is found
5 years ago
ameerj
f346b04d12
vic: Use the minimum of surface/frame dimensions when writing the final frame to the GPU
...
Addresses possible buffer overflow behavior.
5 years ago
Feng Chen
ba8be75037
h264: Use max allowed max_num_ref_frames when using CPU decoding
5 years ago
Valeri
0394e4bb8e
vic: Allow surface to be higher than frame
...
Touhou Genso Wanderer Lotus Labyrinth R decodes 1920x1080 videos into 1920x1088 surface.
Only allow mismatch for height, since larger width would result in increasingly offset rows and somewhat defeat entire purpose of this check.
5 years ago
Mai M
39cd6306e6
Merge pull request #7138 from ameerj/vic-fmt
...
vic: Implement RGBX8 video frame format
5 years ago
Levi Behunin
54ae8d1649
Update configure_tas.ui
...
Remove the geometry property again(7045) after 7090 re-added.
5 years ago
ameerj
403fc86c11
vic: Avoid memory corruption when multiple streams with different dimensions are decoded
...
This is a work around to avoid buffer overflow errors until multi channel/multi stream decoding is supported.
5 years ago
ameerj
5aae61775f
vic: Refactor frame writing methods
5 years ago
lat9nq
b6894bfc5b
discord_impl: Remove global system instances
5 years ago
lat9nq
4ce53ffe6a
game_list: Remove global instances of Core::System
5 years ago
lat9nq
493905665c
configuration: Add const qualifier where able
5 years ago
lat9nq
fb66a455c4
yuzu qt: Remove global system instances from config, WaitTree, main
5 years ago