bunnei
d25cb12bff
hle: nvflinger: Add implementation for BufferSlot class.
4 years ago
bunnei
c723db39c7
hle: nvflinger: Add implementation for BufferItem class.
4 years ago
bunnei
d13e18a8ed
hle: nvflinger: Move implementation for Parcel to its own header.
4 years ago
bunnei
a454670de5
hle: nvflinger: Add android buffer queue definitions to its own header.
4 years ago
bunnei
fe9945ad6c
hle: nvflinger: Add IBinder interface.
4 years ago
bunnei
b9cbc708e8
hle: nvflinger: Add IConsumerListener interface.
4 years ago
bunnei
81e143a3d2
hle: nvflinger: Add ProducerListener interface.
4 years ago
bunnei
fd24d5a0a2
hle: nvflinger: Add android window enumerations to its own header.
4 years ago
bunnei
05ff9e8d4e
hle: nvflinger: Add android Status flags to its own header.
4 years ago
bunnei
05d80fba38
hle: nvflinger: Move BufferTransformFlags to its own header.
4 years ago
bunnei
402273d91b
hle: nvdrv: Rename Fence to NvFence to avoid naming conflicts.
4 years ago
bunnei
d456b9d554
hle: nvflinger: Move PixelFormat to its own header.
4 years ago
bunnei
5a8b9a9706
hle: nvflinger: Add implementation for GraphicBuffer class.
4 years ago
bunnei
8c27465325
hle: nvflinger: Add implementation for Fence class.
4 years ago
bunnei
d47575f2c5
hle: nvflinger: Add implementation for Rect class.
4 years ago
bunnei
0704b645df
common: logging: Add a logger for NVFlinger.
4 years ago
Liam
dea5de91d2
buffer_cache: reset cached write bits after flushing invalidations
4 years ago
Shoegzer
a8896e940a
Add include to fix compiling
4 years ago
bunnei
e439c31c9e
Revert "dynarmic: Reduce size of code caches"
4 years ago
Morph
6e232b9efe
applets/mii: Remove unused include
4 years ago
Morph
bcca849d0c
applets/mii: Remove frontend parameters
These are unused for now as we do not support a frontend implementation.
4 years ago
Morph
c50401903f
applets/mii: Cleanup MiiEdit applet implementation
This also enables proper support for MiiEdit applets which are used in games with firmware versions prior to 10.2.0 by handling the 2 different versions of applet inputs and outputs.
4 years ago
Morph
1d5f6b173d
applets/mii: Cleanup MiiEdit applet types
4 years ago
Morph
7c44a4ede3
applets/mii: Move MiiEdit applet types into its own file
4 years ago
Morph
aa44ef7b64
service: Move mii enums and structs into its own file
Moves these into types.h, since other files also make use of these types.
4 years ago
Morph
e05e6853fa
applets: Rename Mii to MiiEdit
4 years ago
ameerj
b3cfccdb80
qt_web_browser: Add missing includes
4 years ago
Fernando Sahmkow
3b0d233cbd
BufferCache: Find direction of the stream buffer increase.
4 years ago
ameerj
866b7c20a8
general: Fix clang/gcc build errors
4 years ago
ameerj
a367db44cf
yuzu_cmd: Reduce unused includes
4 years ago
ameerj
936829e873
yuzu: Reduce unused includes
4 years ago
ameerj
9b505758dc
web_service: Reduce unused includes
4 years ago
ameerj
967ed01fcf
input_common: Reduce unused includes
4 years ago
ameerj
574a2c4b77
shader_recompiler: Reduce unused includes
4 years ago
ameerj
923decae5a
common: Reduce unused includes
4 years ago
ameerj
1bc7d61b57
video_core: Reduce unused includes
4 years ago
ameerj
8a8ea65fae
common: Reduce unused includes
4 years ago
ameerj
ade596121b
core: Reduce unused includes
4 years ago
Liam
536d7ed7b1
Address review comments
4 years ago
Liam
d400b618a7
shader_recompiler/EXIT: skip render targets with no outputs
4 years ago
ameerj
d618bba8a6
general: Reduce core.h includes
4 years ago
Morph
8b7d571b66
KHandleTable: Optimize table entry layout
Since the handle type is not being used, we can reduce the amount of space each entry takes up by 4 bytes.
4 years ago
Liam
6fa17f3372
shader_recompiler/EXIT: increment output register on failed enable test
4 years ago
ameerj
4d840aa903
vk_texture_cache: Do not reinterpret DepthStencil source images
Fixes star pointer interactions in Super Mario Galaxy on some drivers, notably Nvidia.
Co-Authored-By: Fernando S. <1731197+fernandos27@users.noreply.github.com>
4 years ago
lat9nq
db637b5a4c
yuzu qt: Save disable_web_applet setting
The web applet causes multiple issues with the rest of the application.
Disable it by default and add a debug option to re-enable it until a
proper solution can be found.
4 years ago
lat9nq
7760777c06
main: Update Disable Web Applet warning
4 years ago
lat9nq
fa46fb90fb
configure_debug: Add option to set disable_web_applet
Allow the user to configure the web applet usage ahead of booting the
application.
4 years ago
lat9nq
1cbe23ed7b
yuzu: Move disable_web_applet to UISettings
4 years ago
Liam
3009d0bd7d
Address review comments
4 years ago
Liam
e228a40db8
shader_recompiler: Use functions for indirect const buffer accesses
4 years ago