.. |
app
|
fix array index out of bounds crash in EmulatorWindow::ProcessControllerHotkey
|
2023-05-19 15:26:19 -04:00 |
apu
|
Added logger flags, for selectively disabling categories of logging (cpu, apu, kernel). Need to make more log messages make use of these flags.
|
2023-04-16 12:42:42 -04:00 |
base
|
Check for null string passed to Win32Thread::set_name
|
2023-04-30 13:22:49 -04:00 |
cpu
|
Added logger flags, for selectively disabling categories of logging (cpu, apu, kernel). Need to make more log messages make use of these flags.
|
2023-04-16 12:42:42 -04:00 |
debug/ui
|
Merge branch 'master' of https://github.com/xenia-project/xenia into canary_experimental
|
2022-12-31 11:19:01 +01:00 |
gpu
|
Merge branch 'xenia-project:master' into canary_experimental
|
2023-04-26 13:34:57 +02:00 |
helper/sdl
|
[SDL2] Print version on startup
|
2022-12-28 14:19:02 -06:00 |
hid
|
Added controller hotkeys cvar (#119)
|
2023-01-29 19:26:25 +01:00 |
kernel
|
Replace most magic numbers from previous commit with named constants, if the constants names are known.
|
2023-05-01 09:32:33 -04:00 |
patcher
|
[Patcher] Allow loading patches from non-utf8 paths
|
2022-07-18 08:46:04 +02:00 |
tools/api-scanner
|
[UI] Loop thread to main thread WindowedAppContext
|
2021-08-28 19:38:24 +03:00 |
ui
|
Merge branch 'master' of https://github.com/xenia-project/xenia into canary_experimental
|
2023-04-09 17:28:04 +02:00 |
vfs
|
Detect corrupted xiso images that have file entries that are out of range and show a fatal error.
|
2023-04-23 12:52:03 -04:00 |
config.cc
|
[Patcher] Allow loading patches from non-utf8 paths
|
2022-07-18 08:46:04 +02:00 |
config.h
|
[Patcher] Allow loading patches from non-utf8 paths
|
2022-07-18 08:46:04 +02:00 |
cpp.hint
|
Stop Intellisense complaints about export decls.
|
2021-05-01 12:45:16 -05:00 |
emulator.cc
|
Merge branch 'master' of https://github.com/xenia-project/xenia into canary_experimental
|
2022-12-31 11:19:01 +01:00 |
emulator.h
|
Merge branch 'importContent' of https://github.com/Gliniak/xenia.git into canary_experimental
|
2022-07-30 12:44:24 +02:00 |
memory.cc
|
"Fix" debug console, we were checking the cvar before any cvars were loaded, and the condition it checks in AttachConsole is somehow always false
|
2022-11-27 09:39:33 -08:00 |
memory.h
|
Minor decoder optimizations, kernel fixes, cpu backend fixes
|
2022-11-05 10:50:33 -07:00 |
premake5.lua
|
C++17ification.
|
2020-04-07 16:09:41 -05:00 |
xbox.h
|
[XAM] Cleanup in xam_input.
|
2022-12-20 19:33:55 +01:00 |