~ppsspp/ppsspp/+git/armips:master

Last commit made on 2024-04-30
Get this branch:
git clone -b master https://git.launchpad.net/~ppsspp/ppsspp/+git/armips

Branch merges

Branch information

Name:
master
Repository:
lp:~ppsspp/ppsspp/+git/armips

Recent commits

0febea0... by Kingcom <email address hidden>

Merge pull request #242 from Amjad50/add-weak-support

Add support for `weak` elf symbols

2c5e169... by Amjad Alsharafi <email address hidden>

Add support for `weak` elf symbols

This is a quick fix for crashes when importing file that contain `weak` symbols.

This only treats it as `GLOBAL`, and a better implementation would be to
handle precedence more appropriately

a8d71f0... by Kingcom <email address hidden>

Merge pull request #240 from dfuchsgruber/master

Fixes #239

7cbf7bf... by WodkaRHR <email address hidden>

fixes relocations

4f414f3... by Kingcom <email address hidden>

Merge pull request #237 from nekopsykose/int64

Util: include <cstdint>

abe6aae... by psykose <email address hidden>

Util: include <cstdint>

required for intXX_t types:

Util/Util.h:9:69: error: 'int64_t' has not been declared
    9 | bool stringToInt(const std::string& line, size_t start, size_t end, int64_t& result);

46aa4a6... by Kingcom <email address hidden>

Merge pull request #236 from Fothsid/master

Accommodate for word size differences between different architectures.

a7978a3... by Fothsid <email address hidden>

Edit readme

74353e1... by Fothsid <email address hidden>

Resolve word size ambiguity between different architectures

7bd1ec9... by Kingcom <email address hidden>

Merge pull request #235 from warmenhoven/dev/warmenhoven/xcode12.2

Another xcode 12.2/macos 10.13 build fix: no optional.value()