lp:~libretro/libretro

Owned by Libretro
Get this repository:
git clone https://git.launchpad.net/~libretro/libretro

Import details

Import Status: Reviewed

This repository is an import of the Git repository at https://github.com/libretro/RetroArch.git.

The next import is scheduled to run .

Last successful import was .

Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 3 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 4 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 4 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 5 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 3 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 5 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 3 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 15 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 3 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 4 minutes — see the log

Updating repository...

Launchpad is processing new changes to this repository which will be available shortly. Reload to see the changes.

Branches

Name Last Modified Last Commit
master 2024-04-25 00:11:23 UTC
Fetch translations from Crowdin

Author: github-actions
Author Date: 2024-04-25 00:11:23 UTC

Fetch translations from Crowdin

remove-set-rotation-message 2024-04-20 06:33:27 UTC
remove-set-rotation-message

Author: Rob Loach
Author Date: 2024-04-20 06:33:27 UTC

remove-set-rotation-message

Whenever `SET_ROTATION` is called, it outputs an INFO message in the logs. Can get quite busy. I'm assuming this was here during someone's debugging?

revert-16029-revert-16020-warmenhoven/pr/ios-appicon 2023-12-22 08:37:08 UTC
Revert "Revert "iOS: Allow changing the app icon (#16020)" (#16029)"

Author: LibretroAdmin
Author Date: 2023-12-22 08:37:08 UTC

Revert "Revert "iOS: Allow changing the app icon (#16020)" (#16029)"

This reverts commit c06743678f3c826fdeedfd76254560a1944357df.

revert-16020-warmenhoven/pr/ios-appicon 2023-12-22 07:15:11 UTC
Revert "iOS: Allow changing the app icon (#16020)"

Author: LibretroAdmin
Author Date: 2023-12-22 07:15:11 UTC

Revert "iOS: Allow changing the app icon (#16020)"

This reverts commit 93f7bba6a5093aa4bf4706c5f10303934ceeb4d5.

libretro-posix-c-source 2023-09-28 23:01:17 UTC
libretro-common: Fix redefinition warnings of _POSIX_C_SOURCE

Author: Rob Loach
Author Date: 2023-09-28 23:01:17 UTC

libretro-common: Fix redefinition warnings of _POSIX_C_SOURCE

Small change to fix redefinition of `_POSIX_C_SOURCE`.

dependabot/github_actions/actions/checkout-4 2023-09-04 19:06:00 UTC
Bump actions/checkout from 3 to 4

Author: dependabot[bot]
Author Date: 2023-09-04 19:06:00 UTC

Bump actions/checkout from 3 to 4

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

dependabot/github_actions/microsoft/setup-msbuild-1.3 2023-06-19 19:58:55 UTC
Bump microsoft/setup-msbuild from 1.1 to 1.3

Author: dependabot[bot]
Author Date: 2023-06-19 19:58:55 UTC

Bump microsoft/setup-msbuild from 1.1 to 1.3

Bumps [microsoft/setup-msbuild](https://github.com/microsoft/setup-msbuild) from 1.1 to 1.3.
- [Release notes](https://github.com/microsoft/setup-msbuild/releases)
- [Changelog](https://github.com/microsoft/setup-msbuild/blob/main/building-release.md)
- [Commits](https://github.com/microsoft/setup-msbuild/compare/v1.1...v1.3)

---
updated-dependencies:
- dependency-name: microsoft/setup-msbuild
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

qt-replace-download-code 2022-11-27 11:45:56 UTC
Remove unused define

Author: libretroadmin
Author Date: 2022-11-27 11:45:56 UTC

Remove unused define

no-dxguid 2022-10-02 19:45:33 UTC
Set custom GUID macro for dinput8.h so that it compiles and works for both Mi...

Author: LibretroAdmin
Author Date: 2022-10-02 19:45:33 UTC

Set custom GUID macro for dinput8.h so that it compiles and works for both Mingw and MSVC

taskbar 2022-05-24 12:42:01 UTC
[Win32] Release ITaskbarList3 on failed HrInit

Author: M4xw
Author Date: 2022-05-24 12:42:01 UTC

[Win32] Release ITaskbarList3 on failed HrInit
The pointer wasn't NULL'd, thus set_window_progress would cause weird behaviour

steamdeck 2022-04-26 23:26:39 UTC
Cleanup

Author: M4xw
Author Date: 2022-04-26 23:26:39 UTC

Cleanup

kivutar/contextmenu 2021-11-08 03:14:35 UTC
Fix griffin

Author: Jean-André Santoni
Author Date: 2021-11-08 03:14:35 UTC

Fix griffin

dont-deinit-audio-on-menu-toggle 2021-08-29 14:41:39 UTC
Instead of stopping the audio when we enter the menu and starting it

Author: twinaphex
Author Date: 2021-08-29 14:41:39 UTC

Instead of stopping the audio when we enter the menu and starting it
when exiting the menu, always mute instead

mac-separate-core-dirs 2021-08-28 12:32:17 UTC
(Mac) Make separate default core dirs based on architecture - note -

Author: twinaphex
Author Date: 2021-08-28 12:32:17 UTC

(Mac) Make separate default core dirs based on architecture - note -
we will also have to write to a separate config file per architecture -
that will have to come next

libnx-max-users 2021-07-14 16:08:12 UTC
[LIBNX] Limit MAX_USERS and MAX_INPUT_DEVICES to 8

Author: M4xw
Author Date: 2021-07-14 16:08:12 UTC

[LIBNX] Limit MAX_USERS and MAX_INPUT_DEVICES to 8

SAPI_NVDA_auto 2020-04-04 18:47:19 UTC
Fixed accessibility for menu start actions.

Author: Barry Rowe
Author Date: 2020-04-04 18:47:19 UTC

Fixed accessibility for menu start actions.

qt_labeledit 2018-09-18 03:12:08 UTC
Qt: add fallback path for older versions

Author: Brad Parker
Author Date: 2018-09-18 03:12:08 UTC

Qt: add fallback path for older versions

index_parse 2018-01-02 05:56:38 UTC
use net_http_create_url to get proper path for thumbnails

Author: Brad Parker
Author Date: 2017-12-23 18:32:21 UTC

use net_http_create_url to get proper path for thumbnails

118 of 18 results
This repository contains Public information 
Everyone can see this information.