RadWolfie
200c614d21
hle: fix a crash if move before MapThunkTable call
2020-10-05 11:24:22 -05:00
RadWolfie
31fd0600b6
hle: let EmuLog handler handle debug messages
2020-10-05 11:08:59 -05:00
Luke Usher
a852c3ef9d
Merge pull request #1972 from CookiePLMonster/fix-thread-id
...
PsCreateSystemThreadEx: Fill dwThreadId immediately after creating the thread
2020-10-05 07:22:13 +01:00
Silent
bd759e5858
PsCreateSystemThreadEx: Fill dwThreadId immediately after creating the thread
2020-10-04 23:47:10 +02:00
Luke Usher
550df54b77
indenting tweaks
2020-10-01 11:58:48 +01:00
Luke Usher
da4e1a3aec
indenting tweaks
2020-10-01 11:53:49 +01:00
Luke Usher
42dc0c0fc9
update settings version
2020-10-01 11:40:04 +01:00
Luke Usher
ecc6669158
Allow users to disable aspect ratio correction
...
This replaces the unused 'Hardware YUV overlay' option in the video settings.
2020-10-01 08:57:57 +01:00
RadWolfie
ea7007090c
Merge pull request #1968 from x1nixmzeng/fix-debugger-launch
...
Fix for starting with debugger
2020-09-25 19:23:05 -05:00
x1nixmzeng
6c56bcfcf3
Fix for missing embedded resources in designer
2020-09-25 23:49:12 +01:00
x1nixmzeng
2c16a3f1b6
Fixed the launch argument processing done by the debugger
2020-09-25 20:41:28 +01:00
Luke Usher
44f1e0937c
Merge pull request #1967 from RadWolfie/cleanup-includes
...
Remove unnecessary includes since they are handled from CMake end
2020-09-25 12:30:36 +01:00
RadWolfie
5af26d23f5
cmake: fix includes for libtommath and libtomcrypt
2020-09-25 05:20:27 -05:00
RadWolfie
c48484c135
cmake: remove unnecessary includes since they are handled
2020-09-25 04:34:25 -05:00
Luke Usher
e34c990ff4
Merge pull request #1966 from RadWolfie/move-to-submodule
...
Move xxHash to Submodule
2020-09-25 10:14:57 +01:00
RadWolfie
5aad40ce9d
move xxHash to submodule
2020-09-25 03:38:29 -05:00
Luke Usher
abe0c827d3
Merge pull request #1965 from RadWolfie/update-submodule
...
Update XbSymbolDatabase Submodule
2020-09-25 07:15:55 +01:00
RadWolfie
eaeb521bd9
update XbSymbolDatabase submodule
2020-09-24 14:10:24 -05:00
RadWolfie
abb50d6f99
Merge pull request #1964 from ergo720/mouse_input
...
Re-enable Mouse Support
2020-09-24 05:16:11 -05:00
ergo720
cc032120bf
Renamed subclass procedure + moved option synchronization code
2020-09-24 11:42:23 +02:00
ergo720
cb2bd277cd
Hide the mouse cursor when hovering on the rendering window
2020-09-23 12:02:00 +02:00
ergo720
fc888cac2d
Addressed review remarks
2020-09-21 15:12:12 +02:00
ergo720
dd24225477
Ignore K/M input when the cursor is outside of the rendering window
2020-09-20 22:58:04 +02:00
ergo720
4c47d5a6d9
Store ClipCursor flag in EmuShared
2020-09-20 17:57:16 +02:00
ergo720
01382d7e1d
Lock the mouse cursor to the rendering window when the user presses F3 key
2020-09-20 14:58:11 +02:00
ergo720
cd11b34415
Restored optional fields in the resource file for clang
2020-09-20 11:14:16 +02:00
ergo720
6ecd89cd27
Fixed a crash happening when the settings file doesn't exist
2020-09-20 00:59:20 +02:00
ergo720
6afcd6a3f3
Removed IsDetectable(), it's no longer necessary
2020-09-19 20:33:59 +02:00
ergo720
92b6a9800d
Fix an issue with sdl input binding
2020-09-19 20:27:01 +02:00
ergo720
d091a0ee8f
Make binding the mouse in the input gui a bit easier
2020-09-19 14:20:09 +02:00
ergo720
6e265244cf
Allow mouse options to be changed at runtime
2020-09-19 12:37:55 +02:00
ergo720
1ea6c5485e
Added mouse support to input gui
2020-09-17 15:16:45 +02:00
ergo720
fa6387a545
Merge pull request #1955 from RadWolfie/fix-dsound-namespace
...
Fix Xbox DSound Namespace
2020-09-08 13:40:58 +02:00
RadWolfie
e3b1cffd3a
dsound: remove todo comment
2020-09-08 04:53:29 -05:00
RadWolfie
0b32d66e37
dsound: move HybridDirectSoundBuffer_SetMixBins to original location
2020-09-08 04:53:29 -05:00
RadWolfie
4cd89d77b8
dsound: remove extra parameter from HybridDirectSoundBuffer_SetMixBins
2020-09-08 04:53:29 -05:00
RadWolfie
e6f875b7a7
dsound: updated to use without depend on windows' dsound header file for xbox usage
2020-09-08 04:53:29 -05:00
RadWolfie
e7be2435c2
xbox: add missing xbox types for dsound
2020-09-08 04:53:25 -05:00
Luke Usher
6111fc9fdb
Merge pull request #1957 from NZJenkins/res_scaling
...
CopyRects accounts for host resource scaling
2020-09-02 13:44:26 +01:00
Anthony Miles
5272b1de12
Reduce aliasing in CopyRects
2020-09-02 23:29:47 +12:00
Anthony Miles
fc655cdca5
CopyRects accounts for host resource scaling
...
Fixes Crash Tag Team Racing resolution scaling issue
2020-09-02 23:05:23 +12:00
Luke Usher
ee6a61c364
d3d: apply aspect ratio correction to the backbuffer ( #1956 )
...
* d3d: apply aspect ratio correction to the backbuffer
* d3d: optimise aspect ratio correction + allow run-time aspect change (eg: dashboard)
* d3d: fix typo
* d3d: fix borders on aspect ratio change + apply aspect ratio correction to FMV
* d3d: fix indenting in SetAspectRatioScale
* d3d: add comment to explain clear
2020-09-02 04:45:04 -05:00
ergo720
79391fc55a
Merge pull request #1952 from RadWolfie/update-readme
...
Miscellaneous Update to Readme
2020-08-28 23:08:19 +02:00
RadWolfie
2720c5b430
readme: fix grammars
2020-08-28 15:49:25 -05:00
RadWolfie
a501e9a4a4
readme: update bug report section
2020-08-28 15:49:25 -05:00
RadWolfie
eb90237285
Merge pull request #1944 from LukeUsher/better-eeprom-defaults
...
eeprom: cleanup eeprom generation + generate hdd key
2020-08-27 16:21:26 -05:00
Luke Usher
96e2b593a6
eeprom: cleanup eeprom generation + generate hdd key
...
# Conflicts:
# src/common/EmuEEPROM.cpp
2020-08-27 10:08:00 +01:00
RadWolfie
e1f587a629
readme: update to focus only on push events than include pull requests
2020-08-25 02:12:22 -05:00
ergo720
b304e538c6
Introduce xbox namespace + deduplicate xbox types ( #1942 )
...
* Introduced new xbox namespace + moved inside it xbox pointer/address types
* Replaced xboxkrnl namespace with xbox namespace
* Moved kernel types from xboxkrnl.h to xbox_types.h
* Replaced XTL namespace with xbox namespace
* Fix a conflict with the VOID macro imported by Windows.h
* Fixed misalignment issues + renamed xtl_prefix
2020-08-24 13:29:48 -05:00
Luke Usher
8919d9981c
Merge pull request #1948 from RadWolfie/fix-dsound-str-patches
...
HOTFIX: Fix dsound string patches typos
2020-08-23 19:46:36 +01:00