Yuri Kunde Schlesner
8968c1dfec
Merge pull request #916 from lioncash/unused
...
Common: Remove thunk.h
10 years ago
Lioncash
e5d90b5797
Common: Remove thunk.h
...
This isn't used, and there's no implementations of the member functions.
10 years ago
Yuri Kunde Schlesner
867c28ae03
Merge pull request #876 from linkmauve/include-cleanups
...
Cleanup includes, mostly in common
10 years ago
Yuri Kunde Schlesner
6fc605a196
Travis: Replace `before_install` with `install`
10 years ago
Yuri Kunde Schlesner
a60f2a93d2
Travis: Update GLFW on Linux to 3.1.1
10 years ago
Yuri Kunde Schlesner
73b6a715ee
Travis: Remove use of sudo to enable use container-based builds
10 years ago
Yuri Kunde Schlesner
d5b5280501
Common: Remove redundant masking in BitField
...
For the signed case, the shifts already remove the rest of the value, so
ANDing by the mask is redundant.
10 years ago
Yuri Kunde Schlesner
d7f9529bdd
Common: Fix mask generation in BitField
...
Fixes #913
10 years ago
Lectem
58d1c6398e
Added GL_CLAMP_TO_BORDER support
10 years ago
Emmanuel Gil Peyrot
7c51bc44aa
Citra, CitraQt: Tell cmake to install the compiled binaries.
...
This will help packaging tremendously, as a `make DESTDIR=… install` will now
put every file at their place (on Linux and related).
10 years ago
Yuri Kunde Schlesner
a24a0fbd8a
CMake: Fix Debug build configuration in MSVC
...
Debug was missing compiler flags, causing MSVC to default it to building
with optimizations enabled (making for a not very useful binary for
actual debugging...). Additionally, the variables were re-organized to
remove some redundancy, the old Release build type was removed, and
RelWithDebInfo was renamed to take its place instead.
10 years ago
Yuri Kunde Schlesner
ac7bc214ab
Merge pull request #906 from aroulin/loader-format-specifier-warning
...
Loader: Fix format specifier warning
10 years ago
aroulin
769407e4fa
Loader: Remove log line causing warning
10 years ago
bunnei
3b4924cdb4
Merge pull request #905 from yuriks/submodule-depth
...
AppVeyor: Remove submodule checkout depth
10 years ago
Yuri Kunde Schlesner
eaaf951de6
AppVeyor: Remove submodule checkout depth
...
This avoid intermittent build failures due to a commit not being
reachable using a fixed depth, at the expense of longer checkout times.
10 years ago
bunnei
0ef3f12c71
Merge pull request #797 from linkmauve/blended-downscaling
...
Implement blended downscaling for display transfers
10 years ago
bunnei
c19f9945b7
Merge pull request #885 from Subv/ipc_headers
...
Services/SOC: Added command headers to some of the soc commands.
10 years ago
Yuri Kunde Schlesner
fb66b0677b
Merge pull request #897 from lioncash/return
...
vfp: Change return type of VFPInit from unsigned int to void.
10 years ago
Lioncash
e3e8ad48c1
vfp: Change return type of VFPInit from unsigned int to void.
10 years ago
bunnei
3085438216
Merge pull request #895 from lioncash/vfp
...
vfp: Handle accesses to FPINST/FPINST2 system registers.
10 years ago
Lioncash
32a6379bc8
vfp: Handle accesses to FPINST/FPINST2 system registers
...
Also has a side-benefit of correcting access to the FPEXC register.
10 years ago
Yuri Kunde Schlesner
19d5fbce8e
Merge pull request #894 from linkmauve/no-union-types
...
Remove unused type unions breaking aliasing rules in horrible ways
10 years ago
Emmanuel Gil Peyrot
641e78bccf
GPU: Implement blended downscaling for display transfers.
10 years ago
Emmanuel Gil Peyrot
8ee814ec27
GPU: Use shifts instead of multiplications to calculate the actual size of the output.
10 years ago
Emmanuel Gil Peyrot
ab61e67c09
Common: Remove unused type unions breaking aliasing rules in horrible ways.
10 years ago
Emmanuel Gil Peyrot
4964a359e1
Core: Cleanup hw includes.
10 years ago
Emmanuel Gil Peyrot
7b746914b9
Core: Cleanup soc:U includes.
10 years ago
Emmanuel Gil Peyrot
f48b28ad27
Core, VideoCore: Replace or fix exit() calls.
10 years ago
Emmanuel Gil Peyrot
e5fcabdd69
Core: Cleanup file_sys includes.
10 years ago
Emmanuel Gil Peyrot
aea15f5c73
Core: Cleanup core includes.
10 years ago
Emmanuel Gil Peyrot
45c4781544
CitraQt: Cleanup includes.
10 years ago
Emmanuel Gil Peyrot
22ae87530b
Common: Cleanup emu_window includes.
10 years ago
Emmanuel Gil Peyrot
1775adc34c
Common: Remove unused ROUND_UP_POW2 macro.
10 years ago
Emmanuel Gil Peyrot
596b7c4f63
Common: Cleanup key_map includes.
10 years ago
Emmanuel Gil Peyrot
2d044a67c9
Common: Cleanup memory and misc includes.
10 years ago
Emmanuel Gil Peyrot
3a771a13dc
Common: Cleanup profiler includes.
10 years ago
Emmanuel Gil Peyrot
2a36edfd86
Common: Cleanup thread includes.
10 years ago
Emmanuel Gil Peyrot
13e6876463
Common: Fix string_util includes.
10 years ago
Emmanuel Gil Peyrot
8cf9eb7f43
Common: Fix FileUtil includes, and everything relying on those.
10 years ago
Emmanuel Gil Peyrot
79aa1b0808
Citra: Fix the includes a bit, thanks to include-what-you-use.
10 years ago
Emmanuel Gil Peyrot
ce0cfd62d9
Common: Remove now-unused EMU_PLATFORM define, fixes issue #373 .
10 years ago
Emmanuel Gil Peyrot
82718c4a41
Common: Remove unused SSE version checking and a GCC macro.
10 years ago
Emmanuel Gil Peyrot
c345247431
Services: Use the standard _WIN32 define in soc:U instead of our own EMU_PLATFORM.
10 years ago
Emmanuel Gil Peyrot
0aade9ad63
Common: Remove unused fifo_queue.h.
10 years ago
Tony Wasserka
6a0eea93e0
Merge pull request #886 from zawata/Warning-Fixes
...
VideoCore: Fix Floating Point Warning
10 years ago
zawata
92bfec0566
VideoCore: Fix floating point warning
10 years ago
Subv
bd336cfdce
Services/SOC: Added command headers to some of the soc commands.
10 years ago
Yuri Kunde Schlesner
176aded020
Merge pull request #884 from chinhodado/patch-1
...
AppVeyor: Remove os: unstable
10 years ago
Trung Do
55725f07ec
AppVeyor: Remove os: unstable
...
The default os has Qt now, so there no need for the unstable os.
10 years ago
Yuri Kunde Schlesner
76dfafc906
Merge pull request #877 from yuriks/ipc-headers
...
Add helpers to create IPC command buffer headers and descriptors
10 years ago