lat9nq
851fe91b69
config: Read network_interface
Let's yuzu_cmd use a network interface. Also adds it to the default ini.
4 years ago
Moonlacer
c68ce25a14
settings_ui: Better NVDEC Description For Each Video Rendering Option ( #7165 )
* better_description
* Revert "better_description"
This reverts commit 3a152a6ba6 .
* better_nvdec_wording
* best_performance
* update_word_stuff
* another_update
4 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
4 years ago
Morph
3ffff78a27
string_util: Prevent out of bounds access in u16string_view buffer
4 years ago
Morph
50384e2619
KPageTable: Perform ranged invalidation when unmapping code memory
Co-Authored-By: Fernando S. <1731197+FernandoS27@users.noreply.github.com>
4 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.
4 years ago
Romain Failliot
39b3c9022d
Create local variables for mouse and wheel positions
4 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
4 years ago
german77
8212a864ca
input_common/sdl: Fix joystick range
4 years ago
ameerj
5c829c7e4e
main: Add option to reset window size to 900p
4 years ago
Feng Chen
0ee2185c59
applets/web: Fallback to loader to get the manual romfs if none is found
4 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.
4 years ago
Feng Chen
ba8be75037
h264: Use max allowed max_num_ref_frames when using CPU decoding
4 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.
4 years ago
Levi Behunin
54ae8d1649
Update configure_tas.ui
Remove the geometry property again(7045) after 7090 re-added.
4 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.
4 years ago
ameerj
5aae61775f
vic: Refactor frame writing methods
4 years ago
lat9nq
b6894bfc5b
discord_impl: Remove global system instances
4 years ago
lat9nq
4ce53ffe6a
game_list: Remove global instances of Core::System
4 years ago
lat9nq
493905665c
configuration: Add const qualifier where able
4 years ago
lat9nq
fb66a455c4
yuzu qt: Remove global system instances from config, WaitTree, main
4 years ago
Morph
bea7824bd1
kernel: hle_ipc: Foward declare KAutoObject
4 years ago
Morph
7bb2dd75cd
service: Reduce header include overhead
4 years ago
ameerj
899fdb9c44
vic: Implement RGBX frame format
4 years ago
Fernando Sahmkow
0498669b4b
Vulkan: Fix failing barrier on refresh.
4 years ago
FernandoS27
bb8bf740e9
RasterizerInterface: Correct size of CPU addresses to cache.
4 years ago
FernandoS27
7f4de3466a
Vulkan: Fix the master Semaphore
4 years ago
ameerj
71e19153ef
nvflinger: Use jthread and stop_token for VSync thread
Avoids a destruction data race that may occur on the vsync thread
4 years ago
ameerj
6c0d902373
nvhost_ctrl: Refactor usage of gpu.LockSync()
This seems to only be used to protect a later gpu function call. So we can move the lock into that call instead.
4 years ago
ameerj
427bf76e62
gpu: Migrate implementation to the cpp file
4 years ago
Morph
2f5808b7ff
service: am: Make use of Exit to exit the currently running application
This also moves the call to the end to ensure services are properly destructed on exit.
4 years ago
Morph
282bdfd1bf
yuzu: main: Register a callback for Exit
4 years ago
Morph
d8467ca6c0
core: Add Exit and ExitCallback
This allows ISelfController::Exit to stop the currently running application. This is typically used by homebrew to exit back to the homebrew menu after calling consoleExit with libnx.
4 years ago
Morph
fadcee14f8
service: Replace service event creation with ServiceContext::CreateEvent
The service context helps to manage all created events and allows us to close them upon destruction.
4 years ago
Morph
219d0ba978
network: Do not log IP address
Logging this may be a privacy concern for some users.
4 years ago
ameerj
579f4ea4bd
common/logging: Reduce scope of fmt include
4 years ago
ameerj
5daf3abe65
common/logging: Move Log::Entry declaration to a separate header
This reduces the load of requiring to include std::chrono in all files which include log.h
4 years ago
lat9nq
596323f89f
main: Don't add an extra separator when the title version is absent
Some titles, such as homebrew, do not have any version string. Because
yuzu hard codes the title bar string assuming a version string is
preset, booting homebrew causes yuzu to add an extra separator with no
content between.
This uses a lambda expression to prevent that from happening.
4 years ago
Andrew Strelsky
4ce0a650d1
prevent access violation from iob in Memory::IsValidVirtualAddress
4 years ago
Andrew Strelsky
3fc7aceea7
Fixed invalid iterator usage
4 years ago
Morph
e29f3b87f1
style: Remove extra space preceding the :: operator
4 years ago
Morph
839547dc90
CMakeLists: Remove BoxCat build option
4 years ago
Morph
8af9f3216e
settings: Remove BCAT settings
4 years ago
Morph
673d37a7c2
configure_network: Remove BCAT
4 years ago
Morph
4acec5283e
service: bcat: Remove BoxCat BCAT implementation
The current implementation of BoxCat as it stands is non-functional due to the reliance on a server providing BCAT files.
This implementation will eventually be replaced with one that allows the use of local BCAT files dumped from a Nintendo Switch.
4 years ago
Moonlacer
d09e618bd2
configure_tas: Remove help button from dialog window
4 years ago
Moonlacer
e55affe264
configure_tas: Ensure dialog buttons always stay at the bottom
Previously, the dialog buttons would be floating in-place when the dialog is stretched downwards.
This change ensures that the dialog buttons always stay at the bottom of the window.
4 years ago
Morph
5f6cd32c9e
externals: Remove libzip
4 years ago
Morph
616d0236f5
file_sys: Remove vfs_libzip
4 years ago
Feng Chen
5fbfc4c19e
Fix KShareMemory object leak
4 years ago