Vicki Pfau
2390b9c9a0
3DS: Fix build
2018-05-31 18:20:09 -07:00
Vicki Pfau
38f938f648
Qt: Fix macOS build
2018-05-31 18:18:07 -07:00
Vicki Pfau
9a11b1459e
GB: Add more Spaceworld overrides
2018-05-31 18:08:50 -07:00
Vicki Pfau
d9552e6a25
CHANGES: Update
2018-05-31 09:55:42 -07:00
Vicki Pfau
7a1a0f5165
GB: Add override for Pokemon Gold demo ( fixes #1097 )
2018-05-31 09:55:42 -07:00
Vicki Pfau
45992f7867
PowerPC: Fix overflow in LOAD/STORE_64LE ( fixes #1089 )
2018-05-31 09:55:42 -07:00
Vicki Pfau
a2b8c4ae80
Qt: Fix build with Qt 5.11
2018-05-31 09:55:42 -07:00
Vicki Pfau
da8357a339
PowerPC: Fix potential register clobbering in LOAD_64LE
2018-05-31 09:55:42 -07:00
Vicki Pfau
70c2c80553
GB Video: Fix enabling window when LY > WY ( fixes #409 )
2018-05-31 09:55:42 -07:00
Vicki Pfau
e7ec349bf9
3DS: Update for new citro3d
2018-05-31 09:55:42 -07:00
Vicki Pfau
a0b554ea02
Debugger: Fix long disassemblies
2018-05-31 09:55:42 -07:00
Vicki Pfau
261edb3792
GBA Savedata: Fix save mtime updating when r/o
2018-05-31 09:55:42 -07:00
Vicki Pfau
9bf50a9c89
CMake: Minor cleanup
2018-05-31 09:55:42 -07:00
Vicki Pfau
a71dce2ae9
CMake: Fix bin dir being explictly named in several places
2018-05-31 09:55:41 -07:00
Vicki Pfau
4c0410a4c8
Qt: Support static build on macOS
2018-05-31 09:55:41 -07:00
Vicki Pfau
0e5a7ba1ef
Tools: Fix up sanitize-deb.sh
2018-05-31 09:55:41 -07:00
Vicki Pfau
b7906543db
CMake: Remove stray $
2018-05-31 09:55:41 -07:00
Vicki Pfau
9958c06087
CMake: Revamp CPack packaging
2018-05-31 09:46:39 -07:00
Vicki Pfau
0e4e7588a2
CMake: Install licenses and HTML readmes
2018-05-31 09:46:39 -07:00
Vicki Pfau
5d72e6c753
GBA Hardware: Fix RTC overriding light sensor ( fixes #1069 )
2018-05-31 09:46:36 -07:00
Vicki Pfau
2ca9d85d85
GBA Video: Mark OAM dirty on reset ( fixes #1062 )
2018-05-31 09:45:43 -07:00
Vicki Pfau
4ff24a68d0
GB Video: Mark OAM dirty on reset ( fixes #10620 )
2018-05-31 09:33:23 -07:00
Anthony J. Bentley
ccd6034ba1
doc: Describe the -C option.
2018-05-31 09:31:21 -07:00
Vicki Pfau
5fad3d1102
CHANGES: Update for 0.6.3
2018-04-14 13:49:19 -07:00
Vicki Pfau
a8db3c1d71
CHANGES: Update
2018-04-14 11:47:30 -07:00
Vicki Pfau
620459958c
GBA Video: Fix OBJ blending regression ( fix #1037 )
2018-04-14 11:43:48 -07:00
Vicki Pfau
a6c0ac9941
Revert "GBA Audio: Increase PSG volume ( fixes #932 )"
...
This reverts commit faa688c21f
.
2018-04-07 21:01:29 -07:00
Vicki Pfau
9e176fef2b
Revert "GB Audio: Make audio unsigned with bias ( fixes #749 )"
...
This reverts commit fd60a1caff
.
2018-04-07 21:01:21 -07:00
Vicki Pfau
4deec102da
GB Video: Fix bad merge
2018-04-07 20:57:09 -07:00
Vicki Pfau
434b89cb88
CHANGES: Update for 0.6.2
2018-04-03 21:10:29 -07:00
Vicki Pfau
8b674663bf
Res: Update patrons for April
2018-04-03 20:47:15 -07:00
Vicki Pfau
0730190317
Revert "GB: Cancel IRQs if interrupt is unasserted before dispatch ( fixes #1000 , #1003 )"
...
This reverts commit fd0af73f32
.
2018-04-03 20:47:15 -07:00
Vicki Pfau
29bf21ac07
CMake: Add CMP0025 policy
2018-04-02 17:03:10 -07:00
Vicki Pfau
df4ac1591e
tools: Fix profiling with -N on a remote
2018-04-02 16:37:33 -07:00
Douglas Christman
ddb2b58e13
GB Video: Fix windows shifting down by one pixel when rewinding
2018-04-02 16:37:33 -07:00
Vicki Pfau
29fc9591dc
Qt: Disable CMake policy CMP0071 ( fixes #1028 )
2018-04-02 16:37:33 -07:00
Vicki Pfau
c623970d0f
Wii: Drawing polish ( closes #988 )
2018-03-22 20:40:11 -07:00
Vicki Pfau
de514621e0
Windows: Build fix
2018-03-22 20:40:10 -07:00
Lothar Serra Mari
25b606c5e6
CMake: Disable 'editline' for Win32 ( #1017 )
...
* CMake: Disable 'editline' for Win32
Because editline seems to be unsupported in Win32 GUI applications,
enabling the CLI debugger is only enabled if the target platform
is not Win32.
* CMake: Disable editline status log line for Win32
2018-03-21 09:26:06 -07:00
Lothar Serra Mari
6a1c7807bb
Doc: Add "libepoxy" to msys/mingw-w64 dependencies
...
The libepoxy library is required for shader support.
2018-03-21 09:25:53 -07:00
Vicki Pfau
ce39f4cf4c
GB Memory: Fix OAM DMA blocking regions ( fixes #1013 )
2018-03-21 09:23:22 -07:00
Vicki Pfau
fd0af73f32
GB: Cancel IRQs if interrupt is unasserted before dispatch ( fixes #1000 , #1003 )
2018-03-21 09:21:11 -07:00
Vicki Pfau
369bcc9511
Python: Fix package directory
2018-03-21 09:20:58 -07:00
Vicki Pfau
89d6770abd
Qt: Fix opening in fullscreen ( fixes #993 )
2018-03-21 09:20:40 -07:00
Lothar Serra Mari
f511e937db
All: Update copyright year to 2018
2018-03-21 09:20:26 -07:00
Lothar Serra Mari
826be00ab4
Doc: Fix the total download size of the msys toolchain
...
Since the README file was initially written, the total download size for
the msys toolchain including all libraries increased from 500MiB to a
whopping 1100MiB, resulting in an install size of over 6000MiB for each
architecture.
2018-03-21 09:20:01 -07:00
Vicki Pfau
6fb1ed176d
Windows: Buildfixes
2018-03-21 09:19:24 -07:00
Vicki Pfau
a07aedc7da
Wii: Work around linker issues with CheckFunctionExists
2018-03-21 09:19:10 -07:00
Vicki Pfau
37d65d181c
GBA Cheats: Totally ignore ROM patch limits for GameShark too ( closes #990 )
2018-03-21 09:18:42 -07:00
Vicki Pfau
080d02e8d7
Wii: Fix build on modern dkPPC
2018-03-21 09:18:30 -07:00