~libretro/libretro/+git/citra:old

Last commit made on 2021-07-30
Get this branch:
git clone -b old https://git.launchpad.net/~libretro/libretro/+git/citra

Branch merges

Branch information

Name:
old
Repository:
lp:~libretro/libretro/+git/citra

Recent commits

b1959d0... by Autechre <email address hidden>

Merge pull request #89 from Kekun/build-fixes

Build fixes

e93a3b3... by Adrien Plazas

gsp_gpu: Works around a non-constexpr value

This fixes the compilation as the screen_id function parameter which can
only be 0 or 1 is used where a constant expression is required. It fixes
it by turning this function parameter into a template parameter, which
is a constant expression.

6591fa5... by Adrien Plazas

ring_buffer: Add a missing include

This fixes compilation errors with modern SDKs.

5d1b306... by Autechre <email address hidden>

Merge pull request #87 from Kekun/top-screen-press

libretro: Ignore press when there's only the top screen

492fe7e... by Adrien Plazas

libretro: Ignore press when there's only the top screen

This prevents accidentaly pressing on random spots of the invisible
bottom screen.

d74099c... by Autechre <email address hidden>

Merge pull request #83 from jdgleaver/msvc2019

(.gitlab-ci.yml) Add windows-x64 target

7a44433... by jdgleaver <email address hidden>

(.gitlab-ci.yml) Add windows-x64 target

7dcbf16... by Autechre <email address hidden>

Merge pull request #80 from Exalm/pointer

Add an option to hide pointer

6350013... by Autechre <email address hidden>

Merge pull request #81 from Exalm/buffer

Clean frame when changing screen layout to top/bottom or large/small

46c1600... by Autechre <email address hidden>

Update .gitlab-ci.yml