.. |
d3d11
|
HostDisplay: Make textures have levels/layers/samples attributes
|
2021-01-24 20:41:40 +10:00 |
gl
|
GL/Context: Support fbdev
|
2021-02-14 18:36:21 +10:00 |
thirdparty
|
CrashHandler: Save minidump on Windows
|
2021-02-06 13:23:50 +10:00 |
vulkan
|
Vulkan: Support fullscreen resolution enumeration
|
2021-02-16 02:58:25 +10:00 |
align.h
|
Common/Align: Make constexpr
|
2020-10-11 20:34:56 +10:00 |
assert.cpp
|
Common/Assert: Fix incorrect windows platform detection
|
2020-01-17 21:36:31 +10:00 |
assert.h
|
Common/Assert: Fix incorrect windows platform detection
|
2020-01-17 21:36:31 +10:00 |
audio_stream.cpp
|
AudioStream: Fix a crash when opening device fails
|
2021-02-22 12:21:44 +10:00 |
audio_stream.h
|
AudioStream: Fix a crash when opening device fails
|
2021-02-22 12:21:44 +10:00 |
bitfield.h
|
GPU: Fix incorrect sign extension of positions
|
2020-10-11 12:21:08 +10:00 |
bitfield.natvis
|
Initial commit
|
2019-09-11 14:00:42 +10:00 |
bitutils.h
|
BitUtils: Make Count{Leading,Trailing}Zeros UB for value==0
|
2020-04-26 18:32:26 +10:00 |
byte_stream.cpp
|
Common/GrowableMemoryByteStream: Add helper methods
|
2020-11-28 00:14:45 +10:00 |
byte_stream.h
|
Common/GrowableMemoryByteStream: Add helper methods
|
2020-11-28 00:14:45 +10:00 |
cd_image.cpp
|
CDImage: Add helper for checking for SBI
|
2020-12-18 03:03:22 +10:00 |
cd_image.h
|
CDImage: Add helper for checking for SBI
|
2020-12-18 03:03:22 +10:00 |
cd_image_bin.cpp
|
CDImage: Add helper for checking for SBI
|
2020-12-18 03:03:22 +10:00 |
cd_image_chd.cpp
|
CDImage: Add helper for checking for SBI
|
2020-12-18 03:03:22 +10:00 |
cd_image_cue.cpp
|
FileSystem: Migrate component extractors to std::string_view
|
2021-02-19 01:37:56 +10:00 |
cd_image_hasher.cpp
|
CDImageHasher: Only ignore index 0 for track 1
|
2020-12-07 00:44:48 +10:00 |
cd_image_hasher.h
|
Common: Add a CD image hasher class
|
2020-06-08 01:19:35 +10:00 |
cd_image_memory.cpp
|
Fix the last formatting warning I was able to find.
|
2021-02-04 18:20:58 -07:00 |
cd_subchannel_replacement.cpp
|
CDSubchannelReplacement: Fix a crash on invalid input
|
2020-10-15 01:25:18 +10:00 |
cd_subchannel_replacement.h
|
CDSubChannelReplacement: Use subq union directly
|
2020-07-22 00:02:44 +10:00 |
cd_xa.cpp
|
Compile fixes for GCC
|
2019-10-22 23:07:51 +10:00 |
cd_xa.h
|
Common: Add helper functions for decoding CD-XA ADPCM
|
2019-10-15 17:24:11 +10:00 |
CMakeLists.txt
|
GL/Context: Support fbdev
|
2021-02-14 18:36:21 +10:00 |
common.vcxproj
|
Common: Add crash handler functions for Windows
|
2021-01-31 17:00:57 +10:00 |
common.vcxproj.filters
|
Common: Add crash handler functions for Windows
|
2021-01-31 17:00:57 +10:00 |
cpu_detect.h
|
Common/CPUDetect: Use consistant naming for ARM targets
|
2020-11-21 18:39:03 +10:00 |
crash_handler.cpp
|
CrashHandler: Save minidump on Windows
|
2021-02-06 13:23:50 +10:00 |
crash_handler.h
|
Common: Add crash handler functions for Windows
|
2021-01-31 17:00:57 +10:00 |
dimensional_array.h
|
Common/DimensionalArray: Don't break clang
|
2020-07-08 15:40:08 +10:00 |
drm_display.cpp
|
DRMDisplay: Use width/height/refresh rate to select mode
|
2021-02-14 18:36:21 +10:00 |
drm_display.h
|
DRMDisplay: Add mode queries
|
2021-02-14 18:36:21 +10:00 |
event.cpp
|
Common/Event: Fix TryWait not returning on timeout on Linux
|
2020-12-06 00:41:07 +10:00 |
event.h
|
Common/Event: Replace poll event with lock/condvar
|
2020-11-21 18:39:04 +10:00 |
fifo_queue.h
|
Common/FIFOQueue: Fix incorrect assertion failure in debug builds
|
2021-01-16 02:56:04 +10:00 |
file_system.cpp
|
FileSystem: Add some overloads for FILE*
|
2021-02-19 01:37:56 +10:00 |
file_system.h
|
FileSystem: Add some overloads for FILE*
|
2021-02-19 01:37:56 +10:00 |
hash_combine.h
|
D3D11: Add a shader bytecode cache class
|
2020-01-24 14:52:00 +10:00 |
heap_array.h
|
Common/HeapArray: Fix move construction/assignment
|
2020-03-29 01:13:14 +10:00 |
image.cpp
|
Common/Image: Add helper for loading from stream
|
2021-01-31 17:10:27 +10:00 |
image.h
|
Common/Image: Add helper for loading from stream
|
2021-01-31 17:10:27 +10:00 |
iso_reader.cpp
|
Remove YBaseLib dependency
|
2020-01-10 13:40:53 +10:00 |
iso_reader.h
|
Common: Add a basic ISO reader class
|
2019-11-29 23:36:25 +10:00 |
jit_code_buffer.cpp
|
CPU: Fall back to mmap'ed buffer if reprotecting code space fails
|
2020-12-06 18:13:07 +10:00 |
jit_code_buffer.h
|
JIT optimizations and refactoring (#675)
|
2020-07-31 17:09:18 +10:00 |
log.cpp
|
Log: Close C file handles on free (win32)
|
2021-01-09 01:52:48 +10:00 |
log.h
|
Add printf-like macro.
|
2021-02-04 17:15:28 -07:00 |
make_array.h
|
libretro: Re-enable hw context switch, add auto option
|
2020-08-23 14:51:23 +10:00 |
md5_digest.cpp
|
Remove YBaseLib dependency
|
2020-01-10 13:40:53 +10:00 |
md5_digest.h
|
Remove YBaseLib dependency
|
2020-01-10 13:40:53 +10:00 |
memory_arena.cpp
|
Common/MemoryArena: Add destroy/valid methods
|
2020-12-27 00:50:08 +10:00 |
memory_arena.h
|
Common/MemoryArena: Add destroy/valid methods
|
2020-12-27 00:50:08 +10:00 |
minizip_helpers.cpp
|
Common: Add MinizipHelpers (RAM and UTF-8 compatible fopen)
|
2020-08-06 19:33:02 +10:00 |
minizip_helpers.h
|
Common: Add MinizipHelpers (RAM and UTF-8 compatible fopen)
|
2020-08-06 19:33:02 +10:00 |
null_audio_stream.cpp
|
AudioStream: Don't call FramesAvailable() while locked
|
2020-06-09 02:05:49 +10:00 |
null_audio_stream.h
|
AudioStream: Replace buffer queue with ring buffer
|
2020-06-07 01:22:03 +10:00 |
page_fault_handler.cpp
|
CPU/Recompiler: Implement LUT-based fastmem
|
2020-11-24 14:49:21 +10:00 |
page_fault_handler.h
|
CPU/Recompiler: Implement fastmem
|
2020-10-18 14:54:38 +10:00 |
progress_callback.cpp
|
Common: Add title, modal information to ProgressCallback
|
2020-08-06 19:32:53 +10:00 |
progress_callback.h
|
Common: Add title, modal information to ProgressCallback
|
2020-08-06 19:32:53 +10:00 |
rectangle.h
|
Common/Rectangle: Use memcpy for operator=
|
2020-11-21 18:39:04 +10:00 |
scope_guard.h
|
Common: Add scope_guard.h from Dolphin
|
2020-06-19 00:16:59 +10:00 |
shiftjis.cpp
|
Common: Add Shift-JIS helpers
|
2020-09-19 00:28:47 +10:00 |
shiftjis.h
|
Common: Add Shift-JIS helpers
|
2020-09-19 00:28:47 +10:00 |
state_wrapper.cpp
|
StateWrapper: Track save state version
|
2020-10-18 14:54:38 +10:00 |
state_wrapper.h
|
StateWrapper: Track save state version
|
2020-10-18 14:54:38 +10:00 |
string.cpp
|
Common/String: Add helpers for std::string, std::string_view
|
2021-01-31 17:10:27 +10:00 |
string.h
|
Common/String: Add helpers for std::string, std::string_view
|
2021-01-31 17:10:27 +10:00 |
string_util.cpp
|
Various warning fixes
|
2021-02-06 19:19:55 +10:00 |
string_util.h
|
StringUtil: Add StrideMemCpy/StrideMemCmp
|
2021-02-05 02:16:15 +10:00 |
timer.cpp
|
Common/Timer: Add SleepUntil() method
|
2021-01-28 21:04:23 +10:00 |
timer.h
|
Common/Timer: Add SleepUntil() method
|
2021-01-28 21:04:23 +10:00 |
timestamp.cpp
|
timestamp: Correct duplicate conditionals
|
2020-06-23 06:24:06 -04:00 |
timestamp.h
|
Remove YBaseLib dependency
|
2020-01-10 13:40:53 +10:00 |
types.h
|
Add printf-like macro.
|
2021-02-04 17:15:28 -07:00 |
wav_writer.cpp
|
Fix possible log formatting errors.
|
2021-02-04 17:54:51 -07:00 |
wav_writer.h
|
Common/WAVWriter: Add accessors
|
2020-04-11 00:24:30 +10:00 |
win32_progress_callback.cpp
|
Common: Add Win32ProgressCallback
|
2020-08-06 19:33:08 +10:00 |
win32_progress_callback.h
|
Common: Add Win32ProgressCallback
|
2020-08-06 19:33:08 +10:00 |
window_info.h
|
Add refresh rate to window/mode info
|
2021-02-14 18:36:21 +10:00 |
windows_headers.h
|
WindowsHeaders: Undef GetObject
|
2021-02-22 12:22:28 +10:00 |