citra/src/core/hw
GPUCode 2b20082581
common: Miscellaneous cleanups (#7239)
* code: Remove some old msvc workarounds

* android: Upgrade to NDK 26

* Allows access to newer libc++

* common/swap: Make use of std::endian

Allows removing a bunch of defines in favor of a two liner.

* common: Remove misc.cpp

* GetLastErrorMsg has been in error.h for a while and also helps removing a depedency from a hot header like common_funcs

* common: use SetThreadDescription API for thread names

* common: Remove linear disk cache

* Has never been used?

* bit_set: Make constexpr

* ring_buffer: Use feature macro

* bit_set: Use <bit> and concepts

* gsp_gpu: Restore comment

* core: Ignore GCC warning

---------

Co-authored-by: Lioncash <mathew1800@gmail.com>
Co-authored-by: Liam <byteslice@airmail.cc>
2023-12-14 16:26:33 +02:00
..
aes hw/aes: Clean up key generator. (#7143) 2023-11-13 13:35:30 -08:00
rsa code: Use std::span where appropriate (#6658) 2023-07-07 01:52:40 +03:00
gpu.cpp gpu: Correct display transfer output with vertical flip+crop lines (#6952) 2023-09-11 00:30:06 +03:00
gpu.h externals: Update fmt. (#7015) 2023-09-27 03:29:13 -07:00
hw.cpp hw/gpu: pass in memory reference 2018-12-05 20:16:42 -05:00
hw.h hw/gpu: pass in memory reference 2018-12-05 20:16:42 -05:00
lcd.cpp code: Use std::span where appropriate (#6658) 2023-07-07 01:52:40 +03:00
lcd.h common: Miscellaneous cleanups (#7239) 2023-12-14 16:26:33 +02:00
y2r.cpp http/soc: Various implementations and fixes (#6828) 2023-08-02 00:37:56 +02:00
y2r.h y2r: Pass ConversionConfiguration by copying. (#6690) 2023-07-15 01:57:06 -07:00